GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
553 stars 79 forks source link

Fix dot notation #283

Closed fenix-hub closed 2 years ago

fenix-hub commented 2 years ago

Fix dot notation support. The previous PR was building Dictionaries incorrectly overwriting mapValues which had the same "key" instead of merging the values.