Reduce Firestore Usage

1 min read

Tips to reduce firestore billing

  1. Store as much data as possible in a document

The cost of reading/writing and deleting to a small document is the same as a large one.

You should store as much data as possible in a single document.

  1. Add a limit to your queries

2023 © Evan Marsland.