Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ptyagicodecamp/34fe4911d1c7bc37cac4525d263fc985 to your computer and use it in GitHub Desktop.
Save ptyagicodecamp/34fe4911d1c7bc37cac4525d263fc985 to your computer and use it in GitHub Desktop.
functions ptyagi$ firebase serve --only=functions --debug
[2019-07-03T03:28:29.398Z] ----------------------------------------------------------------------
[2019-07-03T03:28:29.401Z] Command: /usr/local/bin/node /usr/local/bin/firebase serve --only=functions --debug
[2019-07-03T03:28:29.401Z] CLI Version: 7.0.0
[2019-07-03T03:28:29.402Z] Platform: darwin
[2019-07-03T03:28:29.402Z] Node Version: v10.16.0
[2019-07-03T03:28:29.402Z] Time: Tue Jul 02 2019 20:28:29 GMT-0700 (Pacific Daylight Time)
[2019-07-03T03:28:29.403Z] ----------------------------------------------------------------------
[2019-07-03T03:28:29.412Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[2019-07-03T03:28:29.413Z] > authorizing via signed-in user
[2019-07-03T03:28:29.413Z] [iam] checking project androidbotstudio for permissions ["firebase.projects.get"]
[2019-07-03T03:28:29.415Z] >>> HTTP REQUEST POST https://cloudresourcemanager.googleapis.com/v1/projects/androidbotstudio:testIamPermissions
permissions=[firebase.projects.get]
[2019-07-03T03:28:29.679Z] <<< HTTP RESPONSE 200 content-type=application/json; charset=UTF-8, vary=X-Origin, Referer, Origin,Accept-Encoding, date=Wed, 03 Jul 2019 03:28:29 GMT, server=ESF, cache-control=private, x-xss-protection=0, x-frame-options=SAMEORIGIN, x-content-type-options=nosniff, server-timing=gfet4t7; dur=158, alt-svc=quic=":443"; ma=2592000; v="46,43,39", accept-ranges=none, transfer-encoding=chunked
[2019-07-03T03:28:29.682Z] >>> HTTP REQUEST GET https://cloudresourcemanager.googleapis.com/v1/projects/androidbotstudio
[2019-07-03T03:28:29.827Z] <<< HTTP RESPONSE 200 content-type=application/json; charset=UTF-8, vary=X-Origin, Referer, Origin,Accept-Encoding, date=Wed, 03 Jul 2019 03:28:29 GMT, server=ESF, cache-control=private, x-xss-protection=0, x-frame-options=SAMEORIGIN, x-content-type-options=nosniff, server-timing=gfet4t7; dur=100, alt-svc=quic=":443"; ma=2592000; v="46,43,39", accept-ranges=none, transfer-encoding=chunked
⚠ Your requested "node" version "8" doesn't match your global version "10"
[2019-07-03T03:28:29.835Z] >>> HTTP REQUEST GET https://mobilesdk-pa.googleapis.com/v1/projects/1054513429358:getServerAppConfig
[2019-07-03T03:28:29.980Z] <<< HTTP RESPONSE 200 content-type=application/json; charset=UTF-8, vary=X-Origin, Referer, Origin,Accept-Encoding, date=Wed, 03 Jul 2019 03:28:29 GMT, server=ESF, cache-control=private, x-xss-protection=0, x-frame-options=SAMEORIGIN, x-content-type-options=nosniff, alt-svc=quic=":443"; ma=2592000; v="46,43,39", accept-ranges=none, transfer-encoding=chunked
✔ functions: Emulator started at http://localhost:5000
i functions: Watching "/Users/ptyagi/Developer/androidbotstudio/ittybitty/api/functions" for Cloud Functions...
[2019-07-03T03:28:30.420Z] Functions runtime initialized.
[2019-07-03T03:28:30.422Z] Disabled runtime features: {"functions_config_helper":true,"network_filtering":true,"timeout":true,"memory_limiting":true,"protect_env":true,"admin_stubs":true}
[2019-07-03T03:28:30.527Z] firebase-admin has been stubbed.
i functions: HTTP trigger initialized at http://localhost:5000/androidbotstudio/us-central1/api
^[[B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment