In these days I am studying firebase and in the tests that I am doing I go to read a Tag from a Firabase database, but if this has children with names that are only numbers, in the app I do not get the names of the children, if instead only one of the names of the children is alphanumeric, I get the names of all the children. Sorry for the wrong terminology, I have yet to learn the correct terms of the Firebase structure. I enclose below explanatory images.
Hi
This is not a bug with the Firebase component. The get Value block is for fetching the value of a tag, and not a bucket. You’re attempting to get the value of “enfandroid”, which is a bucket.
You can fetch the tag list of a bucket, but not it’s value.
If you want to get a list of all tag/value pairs in a bucket, you should first get all the tags in that bucket and then call get Value for each tag in the resulting list. There are tutorials here describing how to do so.
OK thank you. I understood only now that to recover the information of the “sub tag” I have to insert the path eg. db1 \ enfandroid \ custmer.
Thank you.
I confirm that in my opinion this is a bug, annoying enough for me. I have been working with firebase and return data for several days now and it seems increasingly obvious to me that this is an anomaly.
I ask @Hossein that I have known for several years now, if he could find out about it, I would be grateful.