Reputation: 11687
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
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
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