How to get data from firebase?

Hello, I am actually trying to learn integration of firebase with Thunkable. I was able to save data in Firebase but cant get the data from it. Please help. Attaching the screenshot of the structure in firebase and how I am saving my data.
Thanks for your help in advance


image

2 Likes

Assign the Label you want to show the data to a cloud variable that points to the key you want to show.

Example:
Label1.text = cloud variable [userID/friends/email/firtName]

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.