Ask Your Question
3

What is the number of document reads required when using array-contains in Firestore Web?

asked 2022-10-20 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-06-19 18:00:00 +0000

lakamha gravatar image

The number of document reads required when using array-contains in Firestore Web depends on the number of documents that match the query. Firestore charges for read operations per document, so if there are multiple documents that match the query, the number of document reads required will be higher. However, if there is only one document that matches the query, then only one document read will be required.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-10-20 11:00:00 +0000

Seen: 10 times

Last updated: Jun 19 '22