HI i'm beginner android developer.I'm using Fire-base in my project but it's not connecting and stuck on Launching Web Connect flow....Please Help....it works fine with manual connection ...but tool isn't working.
How do apps connect to Firebase?
Open the Firebase Assistant: Tools > Firebase. In the Assistant pane, choose a Firebase product to add to your app. Expand its section, then click the tutorial link (for example, Analytics > Log an Analytics event). Click Connect to Firebase to connect your Android project with Firebase.
This problem arises when you don't have any project on Firebase. You can resolve this issue by following the points below.
- Make sure that you are logged in with the same Google account on Android Studio and Firebase. On Firebase home page, click on Go to console (present on the upper right corner). After that a page will appear.
- Click on Create a project.
- Follow the commands coming on the way.
- Check all the boxes to allow different permissions required to setup the project.
- Click on Create project.
- Open Android Studio (already running in mentioned state).
- After 1-5 seconds the issue will be resolved.
Well done. You solved the problem :)
This happened to me also, and I resolved it with these steps:
- Go to the browser window that opened for Firebase.
- Click button called "Create a project"
- Named the new project in the Firebase site and nothing happened in my Android Studio.
- Closed the browser and clicked cancel in Android Studio.
- Started the process over in Android Studio, then when Firebase website opened, I clicked on the project I'd made in step #3.
- Then the browser redirected and said "Your Android Studio project is connected to your Firebase Android app"
- ...and the "Launching Web Connect flow" went away and it now shows as connected!
Hope this helps.