Firebase Auth (android) email verification need some advice

182 views
Skip to first unread message

ssagar raut

unread,
Feb 15, 2017, 10:55:25 AM2/15/17
to Firebase Google Group
  hello , I am new to firebase , using 10.0.1  need some advice ...
 This is the situation ..
  after creating user with email and password  I am calling  #sendEmailVerification() . what I know is that Firebase create user  with email and password first  and then send verification mail to that user. 
  this works fine if the user is accessible to that mail id and verify the mail which makes user.isEmailVerified = true .

but ,If user fails to verify mail or he/she can not access the provided mail ,the email Id will get locked because the account is created with that email id.

My question is that what to do when user fails to verify email .??




 

Ian Barber

unread,
Feb 15, 2017, 4:32:11 PM2/15/17
to Firebase Google Group
There is not really a moment where the verification fails - the person may just not have clicked the link yet. So there is no specific thing that happens, but you might want to implement some logic there yourself (e.g. delete accounts which are unverified after a certain period). 
Reply all
Reply to author
Forward
0 new messages