-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Expected behavior (required)
-
SignUp page --> Firebase Authentication --> Action1: Create account --> Action2: Send E0mail verification link --> Run --> Enter email & Password --> Email is sent --> Email link is not clicked --> Go to LogIn page --> enter email & password
Idally This should have resulted into error message "Email link not verified. Pl resent email link."
But it is allowing successful login. -
User clicks "email link" --> how do system detect if user has successfully clicked link? There is no "verifiedFlag in user document. I want to allow user signing only if link has been clicked.
-
When user clicks on email-verfication-link, What change happens in firebase database? What field gets updated? How to read that field?
Current behavior (required)
There is no way to find out if user has clicked email verification link.
To Reproduce (required)
- Create new page
- Add container widget
- Set width = 123
- Click Run
- Observe that project doesn’t build
Just add SignUp page, SignIn page and set "email verification" system.
Code can be included in this section if it is relevant to reproducing the bug.
-->
Steps to reproduce the behavior:
- Create pages: SignIn, SignUp, HomePage with Email and password fields.
- Add SignUP action: Create user + Send Email verification link
- How to detect if user has clicked the link?
Bug Report Code
Context (required)
This makes email link verification redundant. As user can always Login even without verification of email link.
Screenshots / recordings
Your environment
Window10, crime browser, latest FF.