Einstieg
Eine Einrichtungsanfrage mit den Installationsanweisungen und der vollständigen Markdown-Guideline für diesen Plugin kopieren.
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.
Was dieses Tutorial abdecken wird?
Abschnitt mit dem Titel „Was dieses Tutorial abdecken wird?“Dieses Tutorial zeigt, wie man Supabase von Grund auf startet sowie Edge-Funktionen startet
Erforderliche Voraussetzungen
Abschnitt mit dem Titel „Erforderliche Voraussetzungen“Um loszulegen, führen Sie
supabase startNächste sollten Sie etwas wie 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_adminNächste ö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 ist der Wert aus dem vorherigen Schritt. supa_key_anon Warnung
und dass die Tabelle wie folgt aussieht Supabase-Dashboard mit Benutzertabelle users Wenn es funktioniert, starten Sie Edge-Funktionen, indem Sie Folgendes ausführen:

__CAPGO_KEEP_1__
supabase functions serveund starte das Frontend, indem du folgendes ausführst:
bun run serveWeitermachen von Getting started
Abschnitt mit dem Titel “Weitermachen von Getting started”Wenn du native Plugin-Arbeiten planst, verbinde es mit Mit @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-Updater für die native Fähigkeit in Mit @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-Updater, Using @capgo/capacitor-updater for the native capability in Using @capgo/capacitor-updater, Plugin-Verzeichnis von Capgo für den Produktworkflow in Plugin-Verzeichnis von Capgo Capacitor Plugins von Capgo für die Implementierungsdetails in Capacitor Plugins von Capgo Plugins hinzufügen oder aktualisieren für die Implementierungsdetails in Plugins hinzufügen oder aktualisieren Ionic Enterprise-Plugin-Alternativen für den Produktworkflow in Ionic Enterprise-Plugin-Alternativen