Does Google authentication in Firebase provide a default password when creating users in the Firebase database?
2
No, it doesn’t. The purpose for using social authentication is to not using password. So you will not get any.
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.
Click here to cancel reply.
2
Answers
No, it doesn’t. The purpose for using social authentication is to not using password. So you will not get any.
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.