Shankar_raj
Shankar_raj

Reputation: 71

Firebase security rules for mobile apps

I am bit confused about firebase security rules. Do we need to write firebase security rules only for websites or should we write it for mobile apps also. I am trying to build a mobile app. Do I need to use firebase security rules (firebase is my backend) for my mobile app or is firebase security rules only for websites and is not required to write it for my mobile app. Please clear my confusion.

Upvotes: 0

Views: 274

Answers (1)

IonicFireBaseApp
IonicFireBaseApp

Reputation: 1230

Security rules save your data from being Update/Read/Write/Delete by unauthorized user, they are not web or app specific they are globally applied on you database (Firestore or Real Time Database) and Firebase Storage).

for more please check https://firebase.google.com/docs/rules/

Upvotes: 2

Related Questions