Rank 1: Thread
Hello I’m new here so hi again 👋
I’m trying to use realtime to check if new content created or content deleted in the db live.
I used :
realtime.subscribe {response in
print(response.events)} and I don’t understand why it’s events and not event
I checked if it’s end with update/create/delete and I’m checking only events.first! I’m missing data with my approach?