-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The issue is on your Supabase configuration side, not on your Godot project side. I'm going to use Database for example:
- Go to Project > Database > Policies in the left bar.
- Create Policy for your table.
- Let everything be default, except in Policy Command put it to ALL, Target Roles = authenticated and using = (auth.uid() = user_id)
Save and it should work.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation