I'm starting to look at Firestore's database rules and I was wondering: can a user execute an unwanted request using an "hacked" app? I mean, on my app the scope of the user is fairly limited so he can't do damage to the database, but with the same app "hacked", is it possible to use the user token to execute unwanted requests?
My question maybe not clear but to make it simple: can a user of my app execute a request that I didn't wrote into my code?
Thanks