简体   繁体   中英

Is possible to store firebase data & run the application functions in offline mode in Ionic 2?

I found some tutorials about offline mode firebase for Ionic 2 but still I don't know how can I enable this thing in my application.

So, Is firebase realy support offline mode? If yes, can I store all recieved data and run the functions in offline mode ?

There is no official support yet from firebase.But you can do that using angularfire2-offline library.

A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.

Here is a great article about it: Offline Sync With AngularFire2

Ionic Offline Tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM