rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
6.14k stars 487 forks source link

Full Text Search not accessible by Non-ADMIN users #1236

Open BeeBombshell opened 1 year ago

BeeBombshell commented 1 year ago

OP: Jim#5216 on Rowy Discord Server

Describe the bug I have the search working fine for the Admin user. I've added a paid Editor user, and most features are working fine after updating the Firebase rules, but this editor user does not have access to search. Changing the user to admin fixed the problem, but I'd rather keep them as an editor.

I checked firebase and Rowy members and access control is setup according to the article. Everything works correctly except search where I see "Enable search for this table". Search is available for the admin user.

Screenshots For the ADMIN user:

image

For the Non-ADMIN user:

image

which redirects to the Project Settings page, to which the user does not have access to:

image