Firebase - How to check whether a user has already signed up using Phone Number

后端 未结 7 1529
梦毁少年i
梦毁少年i 2021-01-04 02:57

I am using firebase phone Authentication . When a user creates a account using phone number and next time he creates account with same phone number Than I want to show a m

7条回答
  •  [愿得一人]
    2021-01-04 03:38

    For the solution,

    After signup please make some entry in Database which makes an identity of the user, so next time you can identify user already signup.

    After OTP verification check in RealTime database already Mobile number exists then so its already otherwise do an entry of that particular mobile number.

提交回复
热议问题