firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.15k stars 184 forks source link

Multiple Read Write when text field updated #527

Closed dorianbucknor closed 3 months ago

dorianbucknor commented 1 year ago

When a textfiled is update (inline editing) it fires multiple reads and writes on firestore. Seems like it is saved onChange instead of onBlur. OnChange will fire multilpe updates when writing causing read write quota for firebase to sky rocket.

Recommending to change to OnBlur

fgatti675 commented 3 months ago

Hi, this is not saved on change nor onblur, it is using a debounced value with a timeout