You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/firestore/querying-collections.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ If you know the [Firestore query API](https://firebase.google.com/docs/reference
5
5
6
6
## Creating a query with primitive/scalar values
7
7
8
-
Queries are created by building on the [`firebase.firestore.Reference`](https://firebase.google.com/docs/reference/js/firebase.firestore.Reference).
8
+
Queries are created by building on the [`firebase.firestore.CollectionReference`](https://firebase.google.com/docs/reference/js/firebase.firestore.CollectionReference).
0 commit comments