on().subscribe() | Supabase
Subscribe to realtime changes in your database. The database event which you would like to receive updates for, or you can use the special wildcard * to listen to all changes. A callback that will handle the payload that is sent whenever your database changes.
https://supabase.com/docs/reference/javascript/subscribe