Skip to content

Commit

Permalink
rename array_contains to contains
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-azevedo-hydradev committed Sep 13, 2018
1 parent 45547ee commit f28e750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Query.js
Expand Up @@ -31,7 +31,7 @@ var FirestoreQuery_ = function (from, callback) {
'<=': 'LESS_THAN_OR_EQUAL',
'>': 'GREATER_THAN',
'>=': 'GREATER_THAN_OR_EQUAL',
'array-contains': 'ARRAY_CONTAINS'
'contains': 'ARRAY_CONTAINS'
}

// @see {@link https://firebase.google.com/docs/firestore/reference/rest/v1beta1/StructuredQuery#Operator_2 FieldFilter Operator}
Expand Down

0 comments on commit f28e750

Please sign in to comment.