You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize this is not supported for the Default App, but I'm using fb.initializeApp(config, "name") to initialize a different app. I think this feature is still meant to work for non-default apps right?
According to https://rnfirebase.io/docs/v3.0.*/core/initialize-apps, I should be able to set the persistence flag to true in config to enable Realtime Database Persistence.
I realize this is not supported for the Default App, but I'm using fb.initializeApp(config, "name") to initialize a different app. I think this feature is still meant to work for non-default apps right?
Setting breakpoints in the code, I noticed that persistence: true, is never passed to the database, so "if (this._options.persistence) {" always evaluates to false (https://github.com/invertase/react-native-firebase/blob/master/lib/modules/database/index.js).
The text was updated successfully, but these errors were encountered: