File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ As a pre-requisite, ensure your application is configured for use with
39
39
Firebase: see the
40
40
[ Firebase documentation] ( https://firebase.google.com/docs/android/setup ) .
41
41
Then, add the FirebaseUI auth library dependency. If your project uses
42
- Gradle, add:
42
+ Gradle, add the dependency :
43
43
44
44
``` groovy
45
45
dependencies {
@@ -48,14 +48,13 @@ dependencies {
48
48
}
49
49
```
50
50
51
- If instead your project uses Maven, add:
51
+ and add the Fabric repository
52
52
53
- ``` xml
54
- <dependency >
55
- <groupId >com.firebaseui</groupId >
56
- <artifactId >firebase-ui-auth</artifactId >
57
- <version >1.0.0</version >
58
- </dependency >
53
+ ``` groovy
54
+ repositories {
55
+ // ...
56
+ maven { url 'https://maven.fabric.io/public' }
57
+ }
59
58
```
60
59
61
60
### Identity provider configuration
You can’t perform that action at this time.
0 commit comments