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
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Or Maven:
35
35
<dependency>
36
36
<groupId>dev.gitlive</groupId>
37
37
<artifactId>firebase-java-sdk</artifactId>
38
-
<version>0.3.1</version>
38
+
<version>0.4.0</version>
39
39
</dependency>
40
40
```
41
41
@@ -121,13 +121,6 @@ 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:
#### 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