GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
517 stars 74 forks source link

#364 Provide user-friendly error codes for Firestore tasks #389

Closed decadentpig closed 4 months ago

decadentpig commented 4 months ago

Attempts to address #364 by mapping values from the FirestoreTask.Task enum to printable descriptions of those actions.

decadentpig commented 4 months ago

Felt the Godot ternary syntax was turning that line into a bit of a mess, so went with a more procedural approach.