Getting errors trying to add Firebase project from Android Studio

后端 未结 5 1915
旧巷少年郎
旧巷少年郎 2021-01-18 03:13

I want to add Firebase to my project via Android Studio by going to Tools > Firebase > authentication > Email and Password Authentication > Connect to Firebase. A dialog pop

相关标签:
5条回答
  • 2021-01-18 03:38

    You should check other plugins.

    Here is an example of what was the problem in my case. The first lines in application build.gradle are:

    apply plugin: 'com.android.application'
    apply plugin: 'io.fabric'
    ... 
    

    I have missed the second line and after adding it, the same issue was resolved for me.

    0 讨论(0)
  • 2021-01-18 03:39

    go to android studio -> settings -> Appearance & Behaviour -> System Settings

    1. Check Auto Detect Proxy Setting. (Select the option)
    2. check Connection with error website

      For Ex. https://console.firebase.google.com

    Apply Changes. and try again without Restarting or with restarting your android studio

    0 讨论(0)
  • 2021-01-18 03:50
    1. Go to https://console.firebase.google.com
    2. Login to your account
    3. Create a new project as per your requirements
    4. Follow this guide: https://firebase.google.com/docs/android/setup
    0 讨论(0)
  • 2021-01-18 04:01

    It's simple.

    You all have to just Sign-out and then Sign-in again.

    Problem fixed for me at least. You can try it.

    0 讨论(0)
  • 2021-01-18 04:02

    In my case it happened because i have exhausted my project number limit,so I have requested for extension of project limit and after that every thing worked fine

    0 讨论(0)
提交回复
热议问题