I am new to thunkable and I am playing around with the variables and running into an issue. I am using cloud variable where I am trying to save an email/password to Firebase DB. I created an account on Firebase and linked the API Key/DB URL. But when I try to save the email/password to the firebase DB, I dont see the entry being saved.
It might be an issue with credentials, that you have entered in thunkable for firebase DB,
And why are you using API to store this simple data, there is the cloud variable block in thunkable, see this documentation
Please provide link or screenshot of your app.
The documentation is lacking in details but if you watch the video about Cloud Variables there, it provides much more of those details: Variables - Thunkable Docs.
Ohh, i see
in your problem, you said that you can’t see entry being saved.
And after seeing your code, i think the issue might be with the place where you are seeing the users, i think you are seeing them on your RTDB or firestore, that’s wrong
Hello @ayaanaraza9fb welcome to the community
Could you please try to use the advanced block and show on a label the error?
(To find these options right-click on the block)
It says your email address is badly formatted. If you Google shortest Gmail address, you’ll find that you need to have at least 6 characters before the @ symbol. See Create a username - Gmail Help.
Hello @ayaanaraza9fb!
Thanks for sharing the error message.
I checked your project, you are adding the email as a password and the password as an email because you named the components the opposite of what the hint is.