Search…
⌃K

Supabase

What is Supabase

Supabase is an open source Firebase alternative. it helps you develop, improve and grow your mobile app.
A Teta provides all the back-end services you need to build a product:
Database
Auth
A dedicated and scalable Postgres database.
User management with row-level security.
Learn more about Supabase here.

Create a project with Supabase

1. Create your Teta Project

  • From the Teta Homepage select + Create New.
  • Enter a Project Name, e.g. MyFirstProject.

2. Create your Supabase project

  • Go to Supabase and log in with your GitHub account.
  • Click New project and select the organization.
  • Enter a Project Name (e.g. testproject), choose a database password (paying attention that it is strong).
  • Go to Table Editor in the left sidebar and create your first table.

3. Create your Table

Before you start working with data for your app, you must create a collection in your Supabase Database.
  1. 1.
    Go to the Table editor section.
  2. 2.
    Click New Table.
  3. 3.
    Enter the table name.
  4. 4.
    Click Save.
  5. 5.
    Click New Column.
  6. 6.
    Enter the column name task and make the type.
  7. 7.
    Click Save.

4. Enable access to your project

  • From the Settings, select Database and copy the URL link and the Anon key.
  • Go to Teta, in the Dashboard.
  • Go to Settings, click on the Supabase dropdown.
  • Paste the URL link and the Anon key and Confirm.

Congrats, you have completed Supabase Setup!🔥

After adding the keys, you can continue to add the Supabase widget to the page.
Last modified 6mo ago