始め方
このプラグインのインストール手順と完全なマークダウンガイドを含むセットアップコマンドをコピーしてください。
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.
このチュートリアルでカバーする内容は?
このチュートリアルでカバーする内容は?このチュートリアルでは、スパベースをゼロから始める方法とエッジ関数を開始する方法を紹介します
必要なもの
「必要なもの」ターミナル画面
supabase start__CAPGO_KEEP_0__
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_admin次に開く configs.json 以下の値を設定します。
{ "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" }}ここ supa_key_anon 前のステップの値です。
次に、localhost:54323にアクセスできることを確認します。 localhost:54323にアクセスできることを確認します。 と表が見えるようになる users テーブルが見えるようになる

エッジ関数を開始するには、以下のコマンドを実行してください:
supabase functions serveフロントエンドを開始するには、以下のコマンドを実行してください:
bun run serveGetting startedから続けてください
Getting startedから続けてくださいCapgoを使用している場合 はじめに native プラグインの作業を計画するには、__CAPGO_KEEP_0__に接続する必要があります。 @capgo/capacitor-updaterを使用する for the native capability in Using @capgo/capacitor-updater, Capgo プラグイン ディレクトリ Capgo プラグイン ディレクトリの製品ワークフロー Capacitor プラグイン by Capgo Capacitor プラグイン by Capgoの実装詳細 プラグインの追加または更新 プラグインの追加または更新の実装詳細 Ionic Enterprise プラグインの代替 Ionic Enterprise プラグインの代替の製品ワークフロー