admin管理员组

文章数量:1346338

I am trying to simplify a Firebase sign-in process for my users as much as possible. They are currently able to log in via Phone provider (via notification sent to the number). They can also log in via Email/Password following the Phone verification, but I'd like them to be able to do this without setting a password and logging in in a following way:

  1. User populates Email.
  2. A verification is sent to the associated phone number.
  3. User completes reCaptcha and populates the verification code.

Is there a way to do this in firebase? I can not find it.

本文标签: How to implement Firebase signin via email only to initiate phone signin as 2nd FAStack Overflow