Hi I need help with data changed in firebase. This is the structure of my database.
When I try to store and get values I dont have problems but I cant use the component data changed because it give me just the tag and I cant know a value of a specific sub tag.
I Would use the split block to split at the “/”. This would create a list of the tags and subtags. You can then check the list for “subtag” at the appropriate spot in the list. I store information the opposite way in subtags using the Join block to organize information in my firebase database.
BOA TARDE, consegue me enviar algum modelo de blocos pois tenho um banco separado por tag e subtags e nao consigo ler direito e nem gravar fica errado .
sorry excuse me GOOD AFTERNOON, you can send me some block template because it has a bank separated by tag and subtags and you can’t read it correctly or write it is wrong.
I am sorry, but this will only store a JSON text.
If you have to store subtag you have to use set project bucket.
For example, I want to store
test-tag-subtag-subtag1:Value1
The first set project bucket to “test/tag/subtag”
Then store tag= subtag1, valueToStore = Value1