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 eb6fb2a commit ec3238eCopy full SHA for ec3238e
.changelog/11177.txt
@@ -0,0 +1,3 @@
1
+```release-note:none
2
+
3
+```
website/docs/r/firestore_index.html.markdown
@@ -20,8 +20,9 @@ description: |-
20
# google_firestore_index
21
22
Cloud Firestore indexes enable simple and complex queries against documents in a database.
23
- This resource manages composite indexes and not single field indexes.
24
Both Firestore Native and Datastore Mode indexes are supported.
+ This resource manages composite indexes and not single field indexes.
25
+ To manage single field indexes, use the `google_firestore_field` resource instead.
26
27
28
To get more information about Index, see:
0 commit comments