GodotNuts / GodotFirebase

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

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

Closed decadentpig closed 7 months ago

decadentpig commented 7 months ago

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

decadentpig commented 7 months ago

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