Prepare your Data

In this section you will learn how to prepare your data for creating a customer portal

You can build Portals with data from pretty much Any Data Source: Firebase, Sheets, Airtable, Stripe, REST API, and so on. We'll use Airtable in our example.

In our case, we will use two tables: Projects and Tasks. The projects table has the Link to Tasks column and the Tasks have the Project column in it.

Projects Table:

Tasks Table:

Next, we generate the app:

pageGenerate the App

Last updated