Sławosz
Sławosz

Reputation: 11687

Firebase offline storage with Phonegap

I am developing a Phongap application where which would be able to work offline and persist data even after closing application. Is this possible with Firebase?

Upvotes: 3

Views: 2544

Answers (2)

lazarusleroux
lazarusleroux

Reputation: 320

Firebase has recently released offline support for Android & iOS SDKs.

https://www.firebase.com/blog/2015-05-29-announcing-mobile-offline-support.html

Upvotes: 1

Frank van Puffelen
Frank van Puffelen

Reputation: 598728

Firebase is online-only.

But you can of course integrate your own offline storage with Firebase's online storage. For more details on that, see this answer, where @Kato explains the basics of such an architecture: https://stackoverflow.com/a/16815549/209103

Upvotes: 4

Related Questions