Why using cloud functions to respond to database changes, when in Firestore there's data persistence?
This means each change in the database performed from the client, even when made offline, is saved and performed when the connection is back.
I don't get why using cloud functions to perform changes in database with firestore triggers, what's the benefit using them?