Connect Supabase
Add a real database, end-user auth, Storage, Realtime, and deployable Edge Functions.
Why connect Supabase
Features like User Account and Supabase Data need your own Supabase project. Appify dashboard login is separate — this is for your app’s users.
What to paste
Open the Backend tab → Database & Auth:
| Field | Where it goes |
|---|---|
| Supabase access token | Encrypted on Appify servers - Edge Function deploy, secret configuration, and logs |
| Project ref | Optional - normally detected from your Project URL |
| Project URL | Client — used in the app |
| Publishable (anon) key | Client — safe for the app |
| Database connection string | Encrypted on Appify servers — for agent/schema work |
| Service role key | Encrypted on Appify servers — admin operations |
Edge Functions from chat
Ask the Build agent for a webhook, payment flow, transactional email, AI endpoint, or other trusted server work. It can inspect existing functions, request encrypted third-party credentials, sync their values without reading them, deploy version-safely, invoke the live function, diagnose bounded logs, and wire the result into web preview and the exported native app. Grant the access token Edge Functions and Secrets read/write permissions; Analytics read enables log diagnosis.
Save, test, disconnect
Click Save backend, then Test connection. Use Disconnect if you need to remove credentials.