Hi, Does anyone have any recommendations for why this might not be working. Nothing happens in my firebase authentication account when I click on the button to sign up. I know this is basic and I will add other fields such as amount of characters, but I thought I would do this first to test it. The firebase account is connected as I can get/change data, but I want to add in the sign up feature as well and for some reason nothing happens. Thank you in advance
Right-click on the Firebase sign up block and choose Show Advanced block. Then set a labelās text to the green error block. Let us know what appears when you attempt to sign up.
Thank you! Nothing was working, so I deleted page and started again and then it started working, although it comes up with āundefinedā in the error message label I put in there. Is that ok? I have received the email telling me to verify, so I guess it is fine.
Itās best to set up error checking this way:
If [error]
ā¦set labelās text to [error]
Else
ā¦[any blocks you need for when the sign up works successfully]
If it still shows āundefinedā after doing that, Iām not sure what would cause that.
Thanks so much. That seems to be working now. The issue seems to be having the āset stored variableā in the same block as the āfirebase sign up/inā. Itās strange. If I remove the āset stored variableā and just use ātext inputā then all fine. But this is a bit annoying as I want to set the stored variable as I do it. Any ideas what BUG I may have created?
When using Stored variables, check for null values when the screen opens. Hereās an example although for your variables, youāll want to set them to an empty string (āā) instead of an empty list:

Thanks so much! That seems to have worked. Really appreciate your help again!
Simon
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
