Piotr Zmudzinski

Results 13 comments of Piotr Zmudzinski

It seems you do not maintain this project anymore - gonna pass on any further contributions.

Sorry, I should make it clear - I am using Firebase Realtime Database, not Firestore.

For now I've just created method for converting dictionary of keys:objects to array of objects: ``` extension Dictionary { func toArrayOfDictionaries() -> [Dictionary] { return self.map { let key =...

One thing to add is the structure is like that: there is entity `A`, which has array of entities `B`, and each entity B has another array of entities `C`....

Ok after digging into the code I think I've found `Query.include` method which manages "depth" of that fetch. So solution was to use `myQuery.include(3)`. I think this is something which...

@marius-se It took me like 5 hours to figure it out so appreciate your comment 😂 @mariuskurgonas nothing fancy, just use `Client` and do an query for entity with nested...

Yeah, haven't found anything good, and this SDK seems to be dead, especially when nobody responds to any issues.