Firebase, app crashes when method VerifyEmail is used

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.

Hi Japanjot,

I’ve noticed the same behavior, the app crashes when that block is used.

In the meantime, you could follow this guide by :raising_hands:Tim:raising_hands: which explains in detail how to perform email verification

And this one, which contains many useful resources (it’s best to go through all the chapters of the guide)


:raising_hands: @Taifun :raising_hands: if you can confirm the issue as well, could you please add it to the bug tracker? Thanks a lot!

done

Taifun

2 Likes

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?

:heart_hands:

of course

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.