업데이터 시작하기
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설정 프롬프트를 복사하세요.
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를 처음부터 시작하는 방법과 Edge Functions를 시작하는 방법을 보여줍니다.
필요 조건
필요 조건 섹션시작하기
시작하기시작하기하려면 다음 명령어를 실행하세요.
supabase start다음으로는 다음과 같은 화면을 볼 수 있습니다.
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 대시보드 - 사용자 테이블

터미널 창
supabase functions serve그리고 시작하기 위해 다음을 실행하세요:
bun run serveGetting started에서 계속하기
Getting started에서 계속하기 제목native plugin 작업을 계획하고 있는 경우 Getting started native plugin 작업을 계획하고 있는 경우 native capability을 위해 @capgo/capacitor-updater를 사용하세요 native capability을 위해 @capgo/capacitor-updater를 사용하세요 Capgo Plugin Directory Capgo 제품 워크플로우에 대한 Capgo 플러그인 디렉토리에서 Capacitor 플러그인에 대한 Capgo Capgo 제품 워크플로우에 대한 Capacitor 플러그인에 대한 Capgo 플러그인 추가 또는 업데이트 플러그인 추가 또는 업데이트에 대한 구현 세부 정보, 그리고 아이오닉 엔터프라이즈 플러그인 대체 Capgo 제품 워크플로우에 대한 아이오닉 엔터프라이즈 플러그인 대체