Listening for data changes within Firestore #309
-
Hi, I've been through the Wiki and I can't seem to figure this one out, I can authenticate and have users write content to my Firestore database, but I'm struggling to find a way to listen for updates to the data in realtime for Firestore, is there something similar to the new_data_update signal for the Realtime Database? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately not! The method the Firebase team implemented to listen for live updates in Firestore chose to implement does not have a REST-based implementation. This means we can't implement it in our plugin. Sorry! (It would require an entire implementation of gRPC, something none of us is capable of doing.) |
Beta Was this translation helpful? Give feedback.
Unfortunately not! The method the Firebase team implemented to listen for live updates in Firestore chose to implement does not have a REST-based implementation. This means we can't implement it in our plugin. Sorry! (It would require an entire implementation of gRPC, something none of us is capable of doing.)