Groza
(95)
November 3, 2020, 1:51pm
#1
how to remove a specific entry from firebase?
made as in the screenshots. does not work
What value you’ve set in the tag parameter?
Groza
(95)
November 3, 2020, 1:54pm
#3
I want to delete the entry “собака”, I wrote “собака” in the text field
You should use the tag name, and not the tag value, with clear tag block.
If you want to delete a specific value in a tag:
1- use get value block to get the value from the titles tag
2- delete items of it, replace it, etc…
3- now store the new edited value to your titles tag.
3 Likes
Groza
(95)
November 3, 2020, 2:04pm
#5
Titles? in this case the entire line is deleted Titles
That is how the clear tag block works , if you want just to delete a part of a value, check my above edited post
Rogerio_Rios
(Professional Support)
November 3, 2020, 2:44pm
#7
Read the Great Guide by @Chirubot :
Hi, Koders!
I observed that there were many queries on Firebase Database even me ! but eventually after trials and errors I solved the problem I had posted a solution to a Koder who had the same issue but I thought to make a more comprehensive guide on Firebase for begginers.
So lets get started!
Lets understand the blocks
The below warning is because there is no blocks associated with it.
[Firebase Database Data Changed]
This is an event triggered when the data changes in firebase, for exa…
1 Like