#NeatFastro - accounts.update
1 messages · Page 1 of 1 (latest)
Currently my app is only connected with my database (firestore) whenever some data gets updated in the db it fires an event which send the db data to stripe, but this event will be triggering multiple times and unrelated to stripe data
Ok so you just want to have dummy accounts.update calls that don't do any updates?
Nope, can I update the connected account data with the same data as it already has and that too multiple (a lot of) times for no reason, is this bad or doesn't matter
Depends. How much is a lot of exactly?