Firebase on Android: How to check Firebase auth failed reason?

后端 未结 3 395
渐次进展
渐次进展 2021-02-01 22:54

I use Firebase on Android and Firebase Auth functions.

I try FirebaseAuth.signInWithEmailAndPassword and in case it fails I want to know why the signIn proc

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 23:06

    Once you successfully enabled the email+password auth method you will need to create an application for your Firebase project to work.

    Go to: Overview -> Add another App -> Follow the next steps according to your needs.

    Hope it helps everybody. Cheers!

提交回复
热议问题