hi all, i have update firebase realtime db api key and datrabase url but still the option to work with the Realtime is not visible in thunkable blocks
can anyone please guide me how to have that Realtime db block available for me
hi all, i have update firebase realtime db api key and datrabase url but still the option to work with the Realtime is not visible in thunkable blocks
can anyone please guide me how to have that Realtime db block available for me
Hi there @germanydrivingschool, thanks for reaching out! In our Drag and Drop editor, you should now use cloud variables instead of adding a Realtime DB component–which is only available in Snap to Place projects.
HI matt, the link you have provided is not working… but do cloud variable store data the same way realtime db is storing. where i can see the database once i store value in cloud variable
Hello @germanydrivingschool
If you have added both your API key and DB URL, this means you have added your app to firebase and also created a RT Database, if you have added all the credentials right, then you must get the data stored in your DB,
And if its still not saving data, then there are two possibilities:
How to correct your rules:
To know more about security rules, go to: Get started with Firebase Security Rules | Firebase Realtime Database…
If there is still any issue, then please send the ss of your code, and if this solved your problem, then please mark this problem as solved.
Yes. If you do set cloud variable “topLevel” to “test” then you should see in your Firebase Realtime Database (in the Firebase console):
topLevel : “test”
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.