I have tried to implement your email verification blocks method from METRIC RAT AI2 - Registration & Login with Firebase Authentication for my project, but it failed as the email still can login even without do any verifying.
Below are the few blocks I'm trying out for the email verification.
Is it I used the wrong method? Please help
I have tested out this rules into my current Firebase Realtime DB, but when i tried to login (without done email verification) after i register with new email, the MIT AI2 Companion auto closed (tried for twice).
Hi @crispbytes,
On firebase consolle, Authentication, Sign-In method did You have enable Email/password.
If you want You can try FirebaseManager Extension and try my sample that use the email verification
Best regards
Marco
Hi @crispbytes,
it is not the SendVerificationEmail block that make the check, You have to call UserDataFirebase and then in the GotUserData You can check if the email is verified or not.
Read FirebaseManager Extension where this is explained, and used in the ShoppingList sample
Best Regards
Marco