Iniziare
Copia un prompt di configurazione con i passaggi di installazione e la guida markdown completa per questo plugin.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-updater`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/updater/local-dev/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
Di cosa tratterà questo tutorial?
Sezione intitolata “Di cosa tratterà questo tutorial?”Questo tutorial mostrerà come avviare Supabase da zero, nonché come avviare le funzioni Edge.
Requisiti
Sezione intitolata “Requisiti”Per iniziare esegui
supabase startProssimamente dovresti vedere qualcosa di simile:
Started supabase local development setup.
API URL: http://localhost:54321 GraphQL URL: http://localhost:54321/graphql/v1 DB URL: postgresql://postgres:postgres@localhost:54322/postgres Studio URL: http://localhost:54323 Inbucket URL: http://localhost:54324 JWT secret: [truncated] anon key: supa_key_anonservice_role key: supa_key_adminProssimamente apri configs.json e imposta i seguenti valori:
{ "base_domain": { "prod": "console.capgo.app", "development": "development.console.capgo.app", "local": "localhost:3332" }, "supa_anon": { "prod": "supa_key_anon", "development": "supa_key_anon", "local": "supa_key_anon" }, "supa_url": { "prod": "http://localhost:54321", "development": "http://localhost:54321", "local": "http://localhost:54321" }}dove supa_key_anon è il valore del passaggio precedente.
Successivamente, verificare che si possa accedere a localhost:54323 e che la tabella users abbia un aspetto simile a questo

Se si riesce a far partire le funzioni Edge eseguendo:
supabase functions servee inizia la frontend eseguendo:
bun run serve