Taha Sami
Taha Sami

Reputation: 1697

Is it possible to disable writes, updates and deletes from web admin console?

Is it possible to disable writes, updates and deletes from web admin console? ( Allowed Read Only )

I want write, update or delete from client side only ( Using Code Only )

Upvotes: 1

Views: 110

Answers (1)

Renaud Tarnec
Renaud Tarnec

Reputation: 83163

Is it possible to disable writes, updates and deletes from web admin console?

With "web admin console" I guess you are speaking about the Firebase console.

If you want to assign to a user a read-only permission, in such a way he/she can only view (but not modify) existing data, you can assign the Viewer role to this user. See the doc.

Upvotes: 2

Related Questions