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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
We already have the ability to set the Persistence (setPersistenceEnabled) I believe; we just would need to use the keepSynched flag and handle data sync on the client side. A nice enhancement!
thanks!
Jen
The text was updated successfully, but these errors were encountered:
That sounds sweet. setPersistenceEnabled is a global property though and this one is for a specific branch (which can be the root of course, lol). So it's a bit more work but compared to Facebook auth and push notifications it's a walk in the park 🌲 🌳
According to the Firebase docs, you can set up Offline capabilities for your database like thus: https://firebase.google.com/docs/database/web/offline-capabilities
https://firebase.google.com/docs/database/android/offline-capabilities
We already have the ability to set the Persistence (setPersistenceEnabled) I believe; we just would need to use the keepSynched flag and handle data sync on the client side. A nice enhancement!
thanks!
Jen
The text was updated successfully, but these errors were encountered: