File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
firebase/export_scripts_template/modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ signal write_task_completed(result: Dictionary)
44signal get_task_completed (result : Dictionary )
55signal update_task_completed (result : Dictionary )
66signal delete_task_completed (result : Dictionary )
7- signal document_changed (doc_path : String , data : Dictionary )
7+ signal document_changed (document_path : String , data : Dictionary )
88
99var _plugin_singleton : Object
1010
@@ -45,6 +45,6 @@ func listen_to_document(documentPath: String) -> void:
4545 if _plugin_singleton :
4646 _plugin_singleton .firestoreListenToDocument (documentPath )
4747
48- func firestoreStopListeningToDocument (documentPath : String ) -> void :
48+ func stop_listening_to_document (documentPath : String ) -> void :
4949 if _plugin_singleton :
50- _plugin_singleton .firestoreStopListeningToDocument (documentPath )
50+ _plugin_singleton .firestoreStopListeningToDocument (documentPath )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ signal write_task_completed(result: Dictionary)
44signal get_task_completed (result : Dictionary )
55signal update_task_completed (result : Dictionary )
66signal delete_task_completed (result : Dictionary )
7- signal db_value_changed (document_path : String , data : Dictionary )
7+ signal db_value_changed (path : String , data : Dictionary )
88
99var _plugin_singleton : Object
1010
You can’t perform that action at this time.
0 commit comments