File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can add the library via Gradle:
2525
2626``` kotlin
2727dependencies {
28- implementation(" dev.gitlive:firebase-java-sdk:0.5 .0" )
28+ implementation(" dev.gitlive:firebase-java-sdk:0.6 .0" )
2929}
3030```
3131
@@ -35,7 +35,7 @@ Or Maven:
3535<dependency >
3636 <groupId >dev.gitlive</groupId >
3737 <artifactId >firebase-java-sdk</artifactId >
38- <version >0.5 .0</version >
38+ <version >0.6 .0</version >
3939</dependency >
4040```
4141
@@ -124,6 +124,7 @@ Is the Firebase library or API you need missing? [Create an issue](https://githu
124124Currently, the following limitations are observed:
125125
126126#### Firebase Auth implementation is minimal and only supports a small subset of the API:
127+ - ` createUserWithEmailAndPassword `
127128 - ` signInAnonymously `
128129 - ` signInWithCustomToken `
129130 - ` signInWithEmailAndPassword `
You can’t perform that action at this time.
0 commit comments