You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no need to have firebase functionality in middleware.The webUI can directly interact with firebase either by using REST API provided by firebase or js libraries provided by firebase.
A real time db has to be created in firebase having the locationuuid and a random value associated with it.Once a push happens , the value of the location uuid needs to be updated.The devices that are connected to this db listens to this change and simply updates the sync flag for that location in the sqlite db and makes a sync call.
Analyse firebase for sync functionality.
The text was updated successfully, but these errors were encountered: