Home > OS >  Does Google authentication in firebase provide a default password when creating a user in firebase d
Does Google authentication in firebase provide a default password when creating a user in firebase d

Time:11-06

Does Google authentication in Firebase provide a default password when creating users in the Firebase database?

CodePudding user response:

There is no way to create a Google Authentication user through Firebase. While you can sign in to Firebase Authentication with a Google Authentication user, you can't create new Google Authentication users through it.

CodePudding user response:

No, it doesn't. The purpose for using social authentication is to not using password. So you will not get any.

  • Related