Firebase – Is it safer to do Firestore operations using Cloud Functions?
To add/update/delete a record in Firestore, I can either run code within my app that executes this operation or I can call a cloud function that will handle the operation. Is it "safer" for my app to do it the…