Relative Content

Tag Archive for firebasegoogle-cloud-platform

Default GCP IAM roles from Firebase

So, I’ve created project on Firebase, that uses Cloud Function. Since I am using some additional Google Cloud services, I needed to add Roles to some of my IAM accounts.

Read/Write operation count for pricing in Firebase query operations

In Firebase, if I have 100,000 (hundred thousand) documents in one collection, and if I query by something between them and if the result is 100 documents, how many read/write operations are counted for pricing here? 100 or 100,000? Can someone professional answer this?