Skip to content

Commit 0a36f7b

Browse files
authored
Update firestore_query.gd
1 parent cfbab9d commit 0a36f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/godot-firebase/firestore/firestore_query.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const TEMPLATE_QUERY: Dictionary = {
3232

3333
var query: Dictionary = {}
3434
var aggregations: Array[Dictionary] = []
35+
var sub_collection_path: String = ""
3536

3637
enum OPERATOR {
3738
# Standard operators

0 commit comments

Comments
 (0)