Our requirement is to send or receive data on traditional synchronous request and response basis using Fire base. Rather than updating all connected clients when ever a piece of data changes at server . Going through your Docs... Fire base REST is some thing that looks fits our requirement. Please suggest if anyone have tried it or there is any other way to achieve the same using Fire base.
Asked
Active
Viewed 47 times
1 Answers
1
There is no way to synchronously load data from the Firebase Database.
While it is common for developers new to Firebase to wish for a synchronous method, it simply doesn't fit with Firebase's data synchronization model.

Community
- 1
- 1

Shanto George
- 994
- 13
- 26