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.