We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbab9d commit 0a36f7bCopy full SHA for 0a36f7b
addons/godot-firebase/firestore/firestore_query.gd
@@ -32,6 +32,7 @@ const TEMPLATE_QUERY: Dictionary = {
32
33
var query: Dictionary = {}
34
var aggregations: Array[Dictionary] = []
35
+var sub_collection_path: String = ""
36
37
enum OPERATOR {
38
# Standard operators
0 commit comments