You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a verification email is sent when a user signs up. We want to guard against a user accessing pages until they are verified. This will probably require a modal or like a separate "You are unverified page".
The firebase.auth object should be isVerified or some property similar to that we can take advantage of.
The text was updated successfully, but these errors were encountered:
Currently, a verification email is sent when a user signs up. We want to guard against a user accessing pages until they are verified. This will probably require a modal or like a separate "You are unverified page".
The firebase.auth object should be isVerified or some property similar to that we can take advantage of.
The text was updated successfully, but these errors were encountered: