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:
25
25
26
26
``` kotlin
27
27
dependencies {
28
- implementation(" dev.gitlive:firebase-java-sdk:0.5 .0" )
28
+ implementation(" dev.gitlive:firebase-java-sdk:0.6 .0" )
29
29
}
30
30
```
31
31
@@ -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.5 .0</version >
38
+ <version >0.6 .0</version >
39
39
</dependency >
40
40
```
41
41
@@ -124,6 +124,7 @@ Is the Firebase library or API you need missing? [Create an issue](https://githu
124
124
Currently, the following limitations are observed:
125
125
126
126
#### Firebase Auth implementation is minimal and only supports a small subset of the API:
127
+ - ` createUserWithEmailAndPassword `
127
128
- ` signInAnonymously `
128
129
- ` signInWithCustomToken `
129
130
- ` signInWithEmailAndPassword `
You can’t perform that action at this time.
0 commit comments