Skip to content

Commit 698f4d7

Browse files
authored
Update README.md
1 parent dfec9d5 commit 698f4d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can add the library via Gradle:
2525

2626
```kotlin
2727
dependencies {
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
124124
Currently, 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`

0 commit comments

Comments
 (0)