firebase login for emulator
에뮬레이터 시작
터미널에서 로컬의 루트에서 다음 명령을 실행
로컬의 루트 = ~/codelab-friendlychat-android
cmd창에서
> firebase emulators:start --project=demo-friendlychat-android
다음과 같은 로그가 표시되어야 합니다. 포트 값은 정의 된 firebase.json
복제 된 샘플 코드에 포함 된 파일.
다음 로그가 표시되지 않는다면 cmd창에서
>firebase login을 실행
구글 계정인증을 거쳐 auth code를 커맨드 창에 복사하는 과정을 거친 후 다시 실행하면 됨
$ firebase emulators:start --project=demo-friendlychat-android
i emulators: Starting emulators: auth, database, storage
i emulators: Detected demo project ID "demo-friendlychat-android", emulated services will use a demo configuration and attempts to access non-emulated services for this project will fail.
i database: Database Emulator logging to database-debug.log
i ui: Emulator UI logging to ui-debug.log
┌─────────────────────────────────────────────────────────────┐
│ ✔ All emulators ready! It is now safe to connect your app. │
│ i View Emulator UI at http://localhost:4000 │
└─────────────────────────────────────────────────────────────┘
┌────────────────┬────────────────┬────────────────────────────────┐
│ Emulator │ Host:Port │ View in Emulator UI │
├────────────────┼────────────────┼────────────────────────────────┤
│ Authentication │ localhost:9099 │ http://localhost:4000/auth │
├────────────────┼────────────────┼────────────────────────────────┤
│ Database │ localhost:9000 │ http://localhost:4000/database │
├────────────────┼────────────────┼────────────────────────────────┤
│ Storage │ localhost:9199 │ http://localhost:4000/storage │
└────────────────┴────────────────┴────────────────────────────────┘
Emulator Hub running at localhost:4400
Other reserved ports: 4500
Issues? Report them at https://github.com/firebase/firebase-tools/issues and attach the *-debug.log files.
웹브라우저에 http://localhost:4000
댓글
댓글 쓰기