dora_paz
(Dora)
September 30, 2021, 5:12pm
11
Do you want to show specific value from firebase to a label ? I feel that you do not know how to work with firebase so have a look at below posts or search community for examples, there are plenty. Also if problem solved for specific topic mark solution
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 ex…
There’s something wrong with firebase that doesn’t allow me to get all the tags if there are only numbers inside.
If I have the structure like this, only with numbers:
[Anotación 2020-03-28 204724]
It doesn’t let me get anything from inside “alunos”
But if I add a tag with any value below the numbers, then I get all the values.
So I add a “counter” tag with any value (1, for example):
[Anotación 2020-03-28 215452]
[Anotación 2020-03-28 215533]
[Anotación 2020-03-28 204618]
When I get al…