dominguez-aureax / aureax-app

1 stars 0 forks source link

Add document data to cache to avoid multiple reads to firestore #20

Open dominguez-aureax opened 3 years ago

dominguez-aureax commented 3 years ago

Although this is a much later concern, Firebase charges based on the number of reads and writes to each document. This is mostly for data that will be consistent for long periods of time, such as:

melchord commented 3 years ago

https://aws.amazon.com/caching/database-caching/