GodotNuts / GodotFirebase

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

[BUG] delete_document: Method expected 0 arguments #372

Closed xzirox closed 6 months ago

xzirox commented 7 months ago

Describe the bug Calling delete_document creates an error since the function _on_delete_document in firestore_collection.gd expects 0 params.

To Reproduce Call delete_document on any document.

Expected behavior firestore_collection.delete("DOCUMENT_ID") should delete a document from my Firestore Collection without any errors.

Screenshots image

Environment:

WolfgangSenff commented 6 months ago

Closed by #373