You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you can set all the columns in the read-only table to be Locked in the column menu. This prevents the user from being able to edit the data in the UI, preventing the issue you said where it looks like the user can edit data but isn’t reflected on Firestore because of security rules
Describe the bug
I have created a table to view users and I want to prevent any writing or adding rows/columns or deleting.
I have set up the security rules with write set to false for my USER role, this works.
However the UI does not update, so it looks like the logged in USER can make changes to the table, which makes for a bad experience.
Is there some way to set a table as read-only for some roles?
The text was updated successfully, but these errors were encountered: