From cbc2c0b7c2ea6355e5f423b94a4cb0723ca7fdef Mon Sep 17 00:00:00 2001 From: rakshitha31 <32598162+rakshitha31@users.noreply.github.com> Date: Tue, 25 Jun 2019 23:06:40 +0530 Subject: [PATCH] update (#31295) * update * Update index.md --- .../firebase/connect-to-firebase/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/android-development/firebase/connect-to-firebase/index.md b/guide/english/android-development/firebase/connect-to-firebase/index.md index 51be5a4492..53b33e2034 100644 --- a/guide/english/android-development/firebase/connect-to-firebase/index.md +++ b/guide/english/android-development/firebase/connect-to-firebase/index.md @@ -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