davideast / firebase-react-native-sample

Using React Native with Firebase
786 stars 135 forks source link

Disk Persistence capability in react-native #8

Closed sgong-pdftron closed 8 years ago

sgong-pdftron commented 8 years ago

Is there equivalent of "[Firebase defaultConfig].persistenceEnabled = YES;" or "Firebase.getDefaultConfig().setPersistenceEnabled(true);" on react-native? How to avoid having to re-download the data after the app is quit and re-started? Thanks!

davideast commented 8 years ago

@sgong90 This is not available in the JS version of the SDK. You can attempt to wrap the native SDK but we have no guidance for doing so.