Good Morning,
im using the B4J Library [B4X] Firebase Auth REST API from @Alexander Stolte. Ive implemented it into my jServer backend for my App login process.
When the user registers, I start signUpEmailPW and if that works, then immediately sendEmailVerification.
The email also arrives. However, I can also log in without having clicked on the link.
In the signInEmailPW method I get no information in the response map about whether the user is verified or not.
Where can I find this information? What would be the correct workflow?
p.s. I use firebase directly to send and verify emails. So the email link is like
https://myAppName.firebaseapp.com/__/auth/action?mode=action&oobCode=code
im using the B4J Library [B4X] Firebase Auth REST API from @Alexander Stolte. Ive implemented it into my jServer backend for my App login process.
When the user registers, I start signUpEmailPW and if that works, then immediately sendEmailVerification.
The email also arrives. However, I can also log in without having clicked on the link.
In the signInEmailPW method I get no information in the response map about whether the user is verified or not.
Where can I find this information? What would be the correct workflow?
p.s. I use firebase directly to send and verify emails. So the email link is like
https://myAppName.firebaseapp.com/__/auth/action?mode=action&oobCode=code