Could someone tell me exactly how this supabase on...
# help
c
Could someone tell me exactly how this supabase on().subscribe() function works? I'm working in React Native.
s
What part of the docs (https://supabase.com/docs/reference/javascript/subscribe) are you having trouble with?
c
Nothing really happened. I put this code into my file where I get data from database
s
Did anything change on the table you're subscribed to (e.g. was a new row inserted, updated, or deleted)? Realtime will only trigger if something changes in the table
c
Yes, I'm inserting new rows and listening to all events...