Review My Signin/Signup for me please?



I started off with Thunkable tutorial videos and built on that. My firebase authentication stopped as I am building this - I thought I would come to you hoping expert eyes would know where/what to change. My setting (API/ Realtime DB - has not changed.) I do appreciate any feedback very much. Thanks!

Can you say more about how you’re testing this and what specifically is/is not working?

Have you been able to confirm that certain variable values are/are not working? Which ones?

Hello tatiang,

Thank you for the quick response!

How I am testing: I was able to sign-up/sign-in using the webpreview as well as my phone. I was getting authenticated, and save the email each time… once I added the regex, it stopped signing up/in altogether. That is all I can think of.

Text blocks in Thunkable aren’t compatible with regex. So this just checks to see if the text input’s value contains that long string of characters in exactly that order:

image

It would be like if you had a block for does “hello” contain “abcde” it would be false whereas “hello_abcde” or “adcde_goodbye” would be true.

That feature request was submitted several years ago: Request for text block "Compare text with regular expressions" · Issue #987 · thunkable/thunkable-issues · GitHub.

One possible way to do what you want is discussed here: Fun Share: Wordle Solver in Thunkable!

1 Like

Thank you so much! I ended up getting this done by one of the Thunkable skilled people. It does look and function better now. Thank you for your time and support.

1 Like