GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
532 stars 76 forks source link

Request query list #200

Closed Zarasan closed 3 years ago

Zarasan commented 3 years ago

My fix for #199

WolfgangSenff commented 3 years ago

What exactly is the "formatting" this is trying to fix? I'm a little confused by #199.

Zarasan commented 3 years ago

Basically instead of having a single array filled with dictionaries, I structure them in FirestoreDocuments so they don't give {booleanValue: False} and such

fenix-hub commented 3 years ago

Thanks for the changes, I'll test it later today and merge it 👍