Skip to content

Commit 1ffd760

Browse files
committed
readme: update readme
2 parents 698f7f8 + 1e57cac commit 1ffd760

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# firebase-auth
2+
Firebase authentication library
3+
4+
# To get a Git project into your build:
5+
6+
Step 1. Add it in your root build.gradle at the end of repositories:
7+
```gradle
8+
allprojects {
9+
repositories {
10+
maven { url 'https://jitpack.io' }
11+
}
12+
}
13+
```
14+
Step 2. Add the dependency
15+
```gradle
16+
implementation 'com.github.khadkarajesh:firebase-auth:v0.1.0-alpha'
17+
```
18+

0 commit comments

Comments
 (0)