Skip to content

Commit

Permalink
add a note to reuse existing document fields
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Oct 24, 2023
1 parent d934cdb commit 278c11a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ - (void)deleteDoc:(FIRDocumentReference *)document {
* To get started, please refer to the instructions provided in the README file. This will
* guide you through setting up your local testing environment and updating the Terraform
* configuration with any new composite indexes required for your testing scenarios.
*
* Note: Whenever feasible, make use of the current document fields (such as 'a,' 'b,' 'author,'
* 'title') to avoid introducing new composite indexes and surpassing the limit. Refer to the
* guidelines at https://firebase.google.com/docs/firestore/quotas#indexes for further information.
*/

- (void)testOrQueriesWithCompositeIndexes {
Expand Down

0 comments on commit 278c11a

Please sign in to comment.