Firestore sync reads the entire db
A
Adebayo Ijidakinro
When syncing my Firestore collections, the entire database is read. Which results in millions of reads per day and it has completely spike my cost. There's no way I can keep using the product. Does Jet Admin have a way of reading only data that has been updated after the last sync? That would reduce the amount of reads significantly.
o
onlinebtf 2024
last year we had about 105 million reads after connecting to jetadmin in just a day . our daily average reads is 500k at that time, it not only read entire db. it does it many times. firestore is still a huge problem when combined with jetadmin. may be add a schema editor to manually add schema and also pagination to tables.