Product Docs
Ask or search…
K
Links
Comment on page
🙋

Database Permissions/User-Specific Data

This document details how to manage data so that you can control what items can a logged-in user access.
To limit data based on a logged-in user, you need to first make the app private. Check out how to do so here, Private apps.
Once your app is private, please follow these steps:
  1. 1.
    Go to the "Users" tab in the left sidebar of your app builder.
  2. 2.
    Under the "User Specific Data" section, click on "Add Permissions" next to the database whose data you want to limit.
  3. 3.
    In the "Add Permissions" popup, select the column where the user emails exist.
  4. 4.
    Click on "Confirm".
  5. 5.
    Publish the app.
Now, when a user opens up the app, they will see only those pages/rows of the database where their Email ID is present.