Skip to content

Offline persistance between app restarts #96

Closed
@VLNTNA

Description

@VLNTNA

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions