I want to save all data saved in Firebase to TinyDb with the same tag.
I think the blocks I have used are correct. However, since the “For each” block continues before the “When Tag List” and “Got Volue” blocks are completed, data is not written to all tags. Only data is saved under the last tab.
What can I do to fix this problem? Is there a different method of what I want to do?
Hello,
I’m not sure if you are familiar with “Dictionary” but if you are, you could use it instead to store the values.
For example in my case, I have all my values store under a $userID for every users.
When I get the value, I can just store it in Tiny_DB and interpret the value as a dictionary. You can get the value for any tag you want and just use replace block to remove the quotation marks (").
To help you, we need to see you Firebase database and also want to know whether you are saving all the values under same Firebase bucket or all the values in different project bucket