Hi, i’m building an app with a menu ux but I would like not to allow the button in “first position” to be visible only to one user (admin). I build a table MENU with NAME, IMAGE and USER. I used slices filter infact i don’t see the GALLERY menù. How can i resolve it?
Current User (Slice) | How to conform your app a… - Google Cloud Community
Handy tip for pulling data from UsersTable/Current… - Google Cloud Community
With a table holding roles, you can decide if a certain view is shown or not based on simple Show If expressions:

Hi, thank you very much.
