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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Is the Firebase library or API you need missing? [Create an issue](https://githu
109
109
110
110
Currently, the following limitations are observed:
111
111
112
-
* Firebase Auth implementation is minimal and only supports a small subset of the API:
112
+
####Firebase Auth implementation is minimal and only supports a small subset of the API:
113
113
-`signInAnonymously`
114
114
-`signInWithCustomToken`
115
115
-`signInWithEmailAndPassword`
@@ -121,14 +121,14 @@ Currently, the following limitations are observed:
121
121
-`addAuthStateListener`
122
122
-`removeAuthStateListener`
123
123
-`signOut`
124
-
* Cloud Firestore does not support [Offline Persistence](https://firebase.google.com/docs/firestore/manage-data/enable-offline#configure_offline_persistence) and should be setup as follows:
124
+
####Cloud Firestore does not support [Offline Persistence](https://firebase.google.com/docs/firestore/manage-data/enable-offline#configure_offline_persistence) and should be setup as follows:
* Realtime Database does not support [Disk Persistence](https://firebase.google.com/docs/database/android/offline-capabilities), and should be setup as follows:
131
+
####Realtime Database does not support [Disk Persistence](https://firebase.google.com/docs/database/android/offline-capabilities), and should be setup as follows:
0 commit comments