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
At first I request data like so: firestack.database.ref().child('projects').on('value', callback)
Then I go offline and close the app completely
When I restart the app and still offline, the same request is executed - according to the Firebase docs, it should be possible to query that data locally because it has already been previously loaded when online.
How can I implement this behaviour with your library ?