Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

windowsでdockerを用いた firebase serveが出来ない問題 #102

Open
reud opened this issue Mar 4, 2020 · 0 comments
Open

windowsでdockerを用いた firebase serveが出来ない問題 #102

reud opened this issue Mar 4, 2020 · 0 comments
Labels
help wanted Extra attention is needed Priority: Low

Comments

@reud
Copy link
Member

reud commented Mar 4, 2020

Macの出力

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.

とパスが変更されてしまう

@reud reud changed the title windowsでdockerwo windowsでdockerを用いた firebase serveが出来ない問題 Mar 4, 2020
@reud reud added help wanted Extra attention is needed Priority: Low labels Mar 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant