FirebaseApp not initializing despite FirebaseApp.initializeApp() being called in Application class

后端 未结 8 1008
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-11 09:59

I am creating an Android application and I\'m currently trying to implement user authentication using Firebase. As far as I can tell, my app is connected to my Firebase serv

8条回答
  •  梦毁少年i
    2021-01-11 10:29

    First check up should be the Firebase documentation and the tools from

    Android Studio -> Tools -> Firebase -> Cloud Messaging.

    Even if you have done that before.

    See this, that and that.

    Again, even if you already done that before as firebase versions tend to require an up to date configuration JSON.

提交回复
热议问题