skip to Main Content

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

2

Answers


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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search