I am using firebase authentication in my app, I am facing issue in receiving the email verification , i checked the community and saw that the verify email block has to be placed under sign up success i tried that but still it is not working.
my services json and firebase side configuration are correct as the user sign up details are coming up on firebase.
To see the error is on which part i used various labels , sometimes the labels were updating and sometimes not after trying i lot i found that when i put “verify email” block in any other block like when sign up success then the whole block doesnt work, when i remove the verify email block then the labels works well.
please help me in getting email verification.
Like in this image all blocks work well except sign up success and login success, but when i remove the verify email block then the label test changes as coded.
Thanks a lot @Taifun and @RaYzZz
Just a last question @RaYzZz - Can i do that i use the kodular’s built in component for sign up and login and just use the guide you provided for email verification?