• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Will I be charged if I delete the document from Firestore?

Resolved: Will I be charged if I delete the document from Firestore?

0
By Isaac Tonny on 16/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

I saw that the method of deleting documents in batches should be a for repetition statement.
But is it charged even if the administrator deletes the document like in the picture?
enter image description here

Answer:

Yes. As stated on this documentation:

You are charged for each document read, write, and delete that you perform with Cloud Firestore. Charges for writes and deletes are straightforward. For writes, each set or update operation counts as a single write.


If you delete a document on Firestore Console then it’s still considered a delete operation. You will not be charged for the delete operation if and only if the delete operation failed.
For more information, you may check Understand Cloud Firestore billing.

If you have better answer, please add a comment about this, thank you!

flutter google-cloud-firestore
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Why is NGINX’s $request_uri empty?

24/03/2023

Resolved: How to convert Java bytecode to Webassembly using CheerpJ compiler

24/03/2023

Resolved: Is pandas groupby() function always produce a DataFrame with the same order respect to the column we group by?

24/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.