Closed
Description
Hello,
I have the following problem:
- 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 ?
Metadata
Metadata
Assignees
Labels
No labels