Questions tagged [firebase-assistant]

The tool that connects your app to Firebase in Android Studio.

The Firebase Assistant is a tool that is accessed via Tools > Firebase in Android Studio. Firebase Assistant offers a simple way to connect your app to Firebase's cloud services such as authentication and Realtime Database.

31 questions
23
votes
5 answers

Firebase assistant not showing in Studio 2.2.3

I am trying to connect Firebase with my app and I was following all the steps in this link. I have the latest Google Repo and android studio 2.2.3, but when I open the Tools drop down menu there is no Firebase option. Any idea of what I am…
Tyson
  • 747
  • 2
  • 6
  • 18
11
votes
8 answers

Android Studio Assistant: No clients were able to be added to your Firebase project

When using the the new (Firebase) Assistant in Android Studio to add new services I get this error: Firebase No clients were able to be added to your Firebase project for the following reasons: An app with this package name and SHA1 is…
TouchBoarder
  • 6,422
  • 2
  • 52
  • 60
8
votes
1 answer

how to change Firebase project in Android Studio module

My android project initially was connect to a Firebase project. I need to connect the app to a different project. I use the "Firebase Assistant" and it kept on complaining: The app is already connected to a project "xxx". Click "Sync" to update the…
Sean
  • 2,967
  • 2
  • 29
  • 39
6
votes
2 answers

Firebase: Couldn't find registrable Android clients in project

Firebase: Couldn't find registrable Android clients in project. When i select release build type, android studio tell me "Firebase: Couldn't find registrable Android clients in project." But debug type is ok.
CrashHunter
  • 199
  • 1
  • 7
6
votes
3 answers

Unable to find Tools > Firebase in Android studio 2.2.3

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: But still i am not able to…
6
votes
4 answers

Android 2.2.2 Firebase Assistant reconnect your app to firebase

I used Firebase Assistant which comes with Android Studio 2.2.2 to create a Firebase project. First I connected to a previous firebase project and then I wanted to create a new Firebase project but it always shows "Connect your app to Firebase" step…
ugur
  • 3,604
  • 3
  • 26
  • 57
3
votes
0 answers

Cant find Firebase Assistant in Android Studio 3.3

I just updated Android Studio to version 3.3 and I'm looking to create a new Firebase application using the Firebase Assistant. But I dont see it under tools. I checked which plugins I have installed and I have all three firebase plugins. I checked…
alisonthemonster
  • 1,095
  • 1
  • 11
  • 28
2
votes
1 answer

Android studio -> firebase tool keeps loading

what I see I have been waiting for over half an hour but the firebase assistant just won't show I'm trying to get this view, but it won't load what I want to see
JoshuaBrown
  • 71
  • 1
  • 6
2
votes
1 answer

I didn't find any option for Email/Password (firebase-auth)

Firebase Auth - Android Studio Firebase Auth - Website I want to make a login system with email and password. I enabled it from Firebase Website, but when I came to the android studio there is no option to connect with Email/Password. Image included…
2
votes
2 answers

Firebase Assistant not showing up for new projects in Android Studio

I've been trying to figure this out for several hours with no luck. In older Flutter projects within Android Studio the Firebase Assistant appears in my Menu Tool-> Firebase; however, when I start new Flutter projects Firebase Assistant does not…
Blau
  • 331
  • 3
  • 12
2
votes
1 answer

cannot connect android to firebase

I am trying to connect my android app to firebase. In android studio when i click the button "connect to firebase" ,the loading menu came.. and no action still. I waited for 15 minutes,it is still loading . As I am new to this ,I don't know how to…
r prabhu
  • 35
  • 4
2
votes
0 answers

Firebase in Android Studio Assistant, exception error

I am trying to build an app with android studio 3.5 , I want to use Firebase, but whenever I open up the Firebase assistant window an IDE exception error pops up. I've tried disabling and re-enabling the firebase plugins, I've even reinstalled…
2
votes
3 answers

Firebase Assistant Fails to Launch (Flutter)

I can't seem to get Firebase Assistant working in Android Studio and get the following error. null java.util.NoSuchElementException at com.google.common.collect.Iterators$1.next(Iterators.java:81) at …
SeaFuzz
  • 1,177
  • 9
  • 28
1
vote
0 answers

Android studio Firebase Services plugin not loading

Opening Firebase Services plugin in Android Studio is not working for me. (I wanted to Record Robo Script through Firebase in Android Studio to use in Firebase Test Lab) I am getting an exception as shown in the screenshot. Any hints to make this…
Krishna Shetty
  • 1,361
  • 4
  • 18
  • 39
1
vote
2 answers

Could not parse the Android Application Module's Gradle config ,While connecting to Firebase

I am getting this error ,While connecting the app to firebase from the firebase assistant in Android Studio. Error message -Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync. I tried every…
1
2 3