I am trying to save information in a cloud variable for my app, but it does not show up in my database even though I have input the API key and database url into the app and have the firebase public. Can someone help me find what I am doing wrong?
Here are screenshots:
Are you able to change ANY values in Firebase from within Thunkable?
Have you added your Firebase database url and authentication key to Thunkable?
Are your Firebase rules set to allow logged in users to read/write data?
Are you signing in before running the code in those blocks?
Is any data in Firebase changing?
If you assign the app variable userID to a label, does the label display a value that also appears as a node in Firebase with the fields you defined? What happens if you replace all of the null blocks in the create object block with blank text strings ("")?