3

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?

LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114
Sławosz
  • 11,187
  • 15
  • 73
  • 106

2 Answers2

4

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

Community
  • 1
  • 1
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • Looks like Firebase now has offline capabilities: https://www.firebase.com/docs/web/guide/offline-capabilities.html. – nafisto Feb 11 '15 at 18:38
1

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

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

lazaruslarue
  • 318
  • 2
  • 14