Hi guys n girls.
I’m having trouble with the new thunkable x and firebase
I am trying to get users details into a list format to show them under
users
then user id
then user name etc
so far in firebase is shows like this
If the data is not updated, this indicates an incorrect data format. In Firebase, you need to write objects, and you are trying to write a simple data type.
The data is getting updated but it’s in one string line instead of different (categories) or child data.
Name
Email
Telephone
All under users
User I’d
Name
Email
Telephone
Thanks but its still not what im after.
Ive used the example and if another user signs in, then the data is overwritten.
Im trying to get users as the main (key) then put their uid, then their name etc, but say the second users comes in to update their account, it overwrites the first users information.
I guess i need more create objects within an object?
So sorry i really do not have an idea on what that would be.
i have many items / listings and need to put them in a list like your demo you done. But it just doesnt work as it should or as I would like it too.