firestore rules

If I create my website with flutterflow and make it public and update a field of a Firebase document on my website by clicking a button, can a user, who opens the website in Chrome and goes to inspect, update another field of the same document based on any specific rule? This update should only be allowed if the user is logged in.

2
9 replies