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
Copy file name to clipboardExpand all lines: v3.0.*/release-notes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ and follow the migration guide below (there isn't much to change).
11
11
## Known Issues
12
12
13
13
- Currently no way (in JS) to set database persistence, you can however set this natively:
14
-
-[android] add `FirebaseDatabase.getInstance().setPersistenceEnabled(true);` to your `MainActivity``onCreate` method.
14
+
-[android] add `FirebaseDatabase.getInstance().setPersistenceEnabled(true);` to your `MainApplication``onCreate` method.
15
15
-[ios] add `[FIRDatabase database].persistenceEnabled = YES;` after the `[FIRApp configure];` line inside your `AppDelegate``didFinishLaunchingWithOptions` method.
16
16
- Currently no way to enable RNFirebase debug logging.
17
17
-[android] no play store/play services version checks and associated methods.
0 commit comments