6

As per developers guide-https://developer.android.com/studio/write/firebase.html, I have installed Google Repository in order to get Firebase option in android studio. It is installed successfully as shown in below image:

Google Repository installed successfully

But still i am not able to find Tools > Firebase option in my android studio 2.2.3. As shown in below image:

Tools > Firebase not visible

Any idea, what can be the problem? Thank you for attention!

Mayura Devani
  • 440
  • 3
  • 17
  • just make sure you have tick-marked the android support repository in SDK Tools, although its bydefault selected – Sagar Chavada Jan 25 '17 at 11:16
  • 1
    Possible duplicate of [Firebase assistant not showing in Studio 2.2.3](https://stackoverflow.com/questions/41446140/firebase-assistant-not-showing-in-studio-2-2-3) – Kapil Rajput Jun 06 '17 at 08:22

3 Answers3

16

I think you need to start plugins

In Android Studio, just go to File -> Settings, click on Plugins and then enable all Firebase plugins.

Then check it will work for you

Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96
3

Check if you got Firebase plugins installed too:

enter image description here

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
3

File->Settings->Plugin-> : Firebase App Indexing : Firebase Services : Firebase Testing

Enable all three plugins then you can find it in Tools

Tarun Dholakiya
  • 829
  • 1
  • 10
  • 16