committed by
Randell Dawson
parent
782c5ba553
commit
cbc2c0b7c2
@ -17,7 +17,7 @@ The easiest way to connect to firebase is to use the firebase assistant.
|
||||
1. Create an account in the [Firebase Console](https://console.firebase.google.com).
|
||||
- Click add project to add your Android Studio project to it.
|
||||
|
||||
2. Install Google Repository
|
||||
2. Install Google Repository.
|
||||
- You can do this by adding the dependency into your project-level build.gradle file like this:
|
||||
|
||||
```java
|
||||
@ -34,6 +34,10 @@ allprojects {
|
||||
|
||||
1. Go to Tools > Firebase and select Connect to Firebase
|
||||
|
||||
|
||||
3. Go to Tools > Firebase and select Connect to Firebase
|
||||
- There are options for connecting to the realtime database, cloud messaging, authentication etc.
|
||||
|
||||
#### Connect to firebase [manually](https://firebase.google.com/docs/android/setup))
|
||||
|
||||
Having connected your Android Studio project to Firebase, you can either
|
||||
|
Reference in New Issue
Block a user