I am having many problems with storing entities in firebase. The problem is because when the first entity is registered as a child of an entry, when I do a get request in that entry, I get a list , but when I start adding more childs to that entry, when I do a get request on it, I get an object { }. And it’s easy to iterate over a list, but what can I do when I receive an object ?
This link talks about my problem. And that’s the illustration of the problem: