GodotNuts / GodotFirebase

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

[BUG] Firebase Timestamp #195

Closed Zarasan closed 3 years ago

Zarasan commented 3 years ago

Describe the bug Firestore Timestamp doesn't have weekday and dst keys, which cause error when you have an array of timestamps from Firebase and you try to send them back it gives error

To Reproduce Get a timestamp from firestore, try to send it back to firestore

Expected behavior Should remove check if timestamp has dst and weekday and then remove them

Environment:

Additional context My local solution: image

WolfgangSenff commented 3 years ago

Thanks for the PR!