Anfangen
Kopieren Sie eine Einrichtungsanweisung mit den Installationsanweisungen und der vollständigen Markdown-Guideline für diesen 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.
Worüber dieses Tutorial handeln wird?
Abschnitt mit dem Titel „Worüber dieses Tutorial handeln wird?“Dieses Tutorial zeigt, wie man Supabase von Grund auf startet und wie man Edge-Funktionen startet.
Anforderungen
Abschnitt mit dem Titel „Anforderungen“Um loszulegen, führen Sie
supabase startAls nächstes sollte man Folgendes sehen:
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_adminAls nächstes öffnen configs.json und die folgenden Werte einstellen:
{ "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" }}wo supa_key_anon der Wert aus dem vorherigen Schritt ist.
Nächstens, überprüfen Sie, ob Sie auf localhost:54323 und dass die Tabelle users sieht so aus wie diese Tabelle

Wenn es funktioniert, starten Sie Edge-Funktionen, indem Sie Folgendes ausführen:
supabase functions serveund starte das Frontend, indem du folgendes ausführst:
bun run serveWeitermachen von Getting started
Titelzeile “Weitermachen von Getting started”Wenn du native Plugin-Arbeit verwendest Getting started um native Plugin-Arbeit zu planen, verbinde es mit Mit @capgo/capacitor-Updater für die native Fähigkeit in Mit @capgo/capacitor-Updater, Capgo Plugin-Ordner zur Produktionsablauf in Capgo Plugin-Ordner, Capacitor Plugins von Capgo zur Implementierungsdetail in Capacitor Plugins von Capgo, Hinzufügen oder Aktualisieren von Plugins zur Implementierungsdetail in Hinzufügen oder Aktualisieren von Plugins, und Ionische Unternehmens-Plugin-Alternativen zur Produktionsablauf in Ionische Unternehmens-Plugin-Alternativen.