Firebase email verification workflow

前端 未结 2 1251
小蘑菇
小蘑菇 2021-01-29 03:31

I have a simple input box asking for users emails.

I want them to input something, for me to check it is a string, and then send a verification email to their email addr

2条回答
  •  再見小時候
    2021-01-29 03:53

    FYI if you are using Firebase email verification think about testing it during your end-to-end or smoke tests.

    Use a service like emaile2e.com to generate random email addresses during a test which you can send and receive from. That way you can verify users during a test programmatically.

提交回复
热议问题