Remove object from Firebase

May I know how can I remove an object from my Firebase from Thunkable blocks?

Here is a screenshot of my firebase:
image

Here is a screenshot of the JSON:
image

I would like to remove the first item under ‘Thumb’, which is “-Nhu7U90q-WfLmy1_HTC”. I have no idea how to start despite looking around in thunkable forums.

I have tried the “in list ____ remove first” block in Thunkable but it does not seem to remove it.

Here is a screenshot:

Thank you so much for any tips!

The folder “Thumb” is not a list of values and the list block will not work.

A list in firebase will look like this and start with a number.

To erase that value, type in the location based on your folder structure using “/” to enter subfolders, then set that value to NULL.

This is just an example and I would need more info about your project.

This is my project. As you can see my folder structure is like this. “UserIDs/shared/JobFiles” and “UserIDs/shared/list”

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