Whenever this code runs, the thunkble live crashes -
Please help!!
I see a few issues:
Where should I put the slash?
Check out the link Thunkable Hack - Deep Firebase JSON data manipulation without using GET or SAVE Blocks
@roumak-coder,
Firebase shows the contents as tree like structure or file folder appearance. However, when coding you need “/” between keys and sub-keys or nodes and child-nodes
Example: main-key/sub-key/sub-sub-key
Hope that helps to clarify.