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 b41687f commit 029578bCopy full SHA for 029578b
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Query.java
@@ -82,7 +82,10 @@ public Query(
82
this.endAt = endAt;
83
}
84
85
- /** Initializes a Query with a path and (optional) collectionGroup. */
+ /**
86
+ * Initializes a Query with a path and (optional) collectionGroup. Path must currently be
87
+ * empty in the case of a collection group query.
88
+ */
89
public Query(ResourcePath path, @Nullable String collectionGroup) {
90
this(
91
path,
0 commit comments