Is it possible to receive Firebase Realtime Database updates through a REST API
39 views
Skip to first unread message
Abhas Arya
unread,
Mar 9, 2022, 2:09:51 PM3/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
right now I am using firebase in a react project with some cloud functions. The react app writes and listens to updates from the firebase database in real time through the javascript sdk. However, I'd like to move all my backend logic to a REST API. I am stuck wondering how I'd subscribe to realtime updates on the database without accessing the database directly on the client. Is there an existing way to do this currently?