0

in my app i use Firebase (Email/password) authentication and i verify user email by sending link to user, using auth.currUser.sendEmailVerification()

my question is i want to remove user from Firebase authentication if user don't verify email in any case (user is Authenticated and saved in Firebase Authentication but not verified)

Dharmaraj
  • 47,845
  • 8
  • 52
  • 84
Ysp
  • 173
  • 1
  • 1
  • 11
  • in fire base they have already process to confirm by phone or email verification .. I don't think, you need to do remove anyone manually.. – Niaj Mahmud Mar 06 '22 at 10:00
  • i am saving user in my database if user email is verified – Ysp Mar 06 '22 at 10:14
  • Have you checked [how can we delete Firebase user if email is not verified?](https://stackoverflow.com/q/64468970/13130697) and other linked answers? You can periodically delete users with unverified email that way. – Dharmaraj Mar 06 '22 at 10:15
  • its means without verifying you are saving user in Sqlite or firbase database?? – Niaj Mahmud Mar 06 '22 at 10:16

0 Answers0