Working with Supabase Table

Add user data to Supabase Table

Firebase and Supabase integrations are for advanced use cases.

Databutton provides native authentication and database capabilities that are automatically included in all new Databutton apps. No additional setup required – simply start building your app and the infrastructure is ready. Native Authentication and Database

Once Supabase Auth is up and running, you can easily work with the table. Databutton agent creates an initial task to work with.

However, it is important to keep a few things in mind.

  1. Use the Frontend for All Operations: Instruct Databutton to execute all database operations through the frontend

  2. Run the SQL Script: After defining the schema, copy the SQL schema provided and run the SQL script in your Supabase project to create the tables, set up relationships, and configure security policies.

  3. Define Data Types: Ensure that appropriate data types are assigned for each field. Usually these files will be located udner the UI file section in Databutton

Here’s a set of custom instructions you can use to update Databutton in the task activity. Just make sure they fit your use case.

Last updated

Was this helpful?