I couldn't find any information for this specific scenario: Say I have a these documents in a collection:
doc_1
doc_2
doc_3
Now, I run two queries. The first query returns doc_1
and doc_2
. The second query returns doc_2
and doc_3
. So doc_2
is returned twice in two separate queries. Will Firebase charge me 3 or 4 total reads (-> Will the twice-returned document be counted as one or two reads)?