What should I do to add a user in authentication tab after email is verified?
Asked
Active
Viewed 38 times
1 Answers
1
There are many ways, but if I understand exactly what are you searching, you can find an answer here https://stackoverflow.com/a/41780828/9631312 or listen to FirebaseAuth.getInstance().getCurrentUser().isEmailVerified()
and when value changed update your auth tab or sign in with email link as described in the answer linked above. Anyway Firebase Documentation offers you anything you need, check out https://firebase.google.com/docs/guides/

ExtremePasta
- 55
- 9