You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
p # firebase serve -o 0.0.0.0
=== Serving from '/app'...
✔ functions: Using node@10 from host.
✔ functions: functions emulator started at http://0.0.0.0:5000
i functions: Watching "/app/functions" for Cloud Functions...
⚠ functions: Your GOOGLE_APPLICATION_CREDENTIALS environment variable points to /app/pj-marowd-key.json. Non-emulated services will access production using these credentials. Be careful!
✔ functions[class_data]: http function initialized (http://0.0.0.0:5000/pj-marowd/us-central1/class_data).
✔ functions[comment]: http function initialized (http://0.0.0.0:5000/pj-marowd/us-central1/comment).
i functions[WelcomeLog]: function ignored because the firebaseauth.googleapis.com emulator does not exist or is not running.
i functions[DeleteLog]: function ignored because the firebaseauth.googleapis.com emulator does not exist or is not running.
これはちゃんとアクセスできる
windowsから行くと
、
/app/functions # firebase serve -o 0.0.0.0
=== Serving from '/app'...
笨� functions: Using node@10 from host.
笨� functions: functions emulator started at http://0.0.0.0:5000
i functions: Watching "/app/functions" for Cloud Functions...
笞� functions: Your GOOGLE_APPLICATION_CREDENTIALS environment variable points to /app/pj-marowd-key.json. Non-emulated services will access production using these credentials. Be careful!
笨� functions[api]: http function initialized (http://0.0.0.0:5000/pj-marowd/us-central1/api).
i functions[RegisterLog]: function ignored because the firebaseauth.googleapis.com emulator does not exist or is not running.
i functions[UnRegisterLog]: function ignored because the firebaseauth.googleapis.com emulator does not exist or is not running.
とパスが変更されてしまう
The text was updated successfully, but these errors were encountered:
reud
changed the title
windowsでdockerwo
windowsでdockerを用いた firebase serveが出来ない問題
Mar 4, 2020
Macの出力
これはちゃんとアクセスできる
windowsから行くと
、
とパスが変更されてしまう
The text was updated successfully, but these errors were encountered: