Is there any way to do email confirmation for Firebase user creation and/or password reset? -
question says all. in firebase, how confirm email when user creates account, or, matter, password reset via email.
i ask more broadly: there way send emails out firebase? e.g. notifications, etc. isn't kind of thing client-side.
this need done outside of firebase. store users @ /users/ , keep status on them (pending, active, deleted). have small service monitors users of pending status , sends out confirmation email. has link webservice i've created update user status active.
Comments
Post a Comment