FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix checkForNode8 issue by samtstern · Pull Request #2945 · firebase/firebase-tools · GitHub

Fix checkForNode8 issue - #2945

Merged
samtstern merged 2 commits into
masterfrom
ss-fix-2944
Dec 16, 2020
Merged

Fix checkForNode8 issue#2945
samtstern merged 2 commits into
masterfrom
ss-fix-2944

Conversation

Copy link
Copy Markdown
Contributor

Description

Fixes #2944

Scenarios Tested

$ firebase deploy --only functions

=== Deploying to 'fir-dumpster'...

i  deploying functions
i  functions: ensuring required API cloudfunctions.googleapis.com is enabled...
i  functions: ensuring required API cloudbuild.googleapis.com is enabled...
✔  functions: required API cloudfunctions.googleapis.com is enabled
✔  functions: required API cloudbuild.googleapis.com is enabled
i  functions: preparing functions directory for uploading...
i  functions: packaged functions (24.53 KB) for uploading
✔  functions: functions folder uploaded successfully
i  functions: creating Node.js 12 function helloWorld(us-central1)...

The following functions are found in your project but do not exist in your local source code:
        createToken(us-central1)
        helloworld(us-central1)
        onTestUpdate(us-central1)
        verifyToken(us-central1)

If you are renaming a function or changing its region, it is recommended that you create the new function first before deleting the old one to prevent event loss. For more info, visit https://firebase.google.com/docs/functions/manage-functions#modify

? Would you like to proceed with deletion? Selecting no will continue the res
t of the deployments. No
i  functions: continuing with other deployments.
✔  functions[helloWorld(us-central1)]: Successful create operation. 
Function URL (helloWorld): https://us-central1-fir-dumpster.cloudfunctions.net/helloWorld

✔  Deploy complete!

Project Console: https://console.firebase.google.com/project/fir-dumpster/overview

Sample Commands

samtstern requested a review from bkendall December 16, 2020 10:31
google-cla Bot added the cla: yes Manual indication that this has passed CLA. label Dec 16, 2020
samtstern merged commit 482836e into master Dec 16, 2020

Copy link
Copy Markdown

Awesome speed in fixing the issue . Thanks a lot

Copy link
Copy Markdown

Thank you for fixing this so quickly!

bkendall deleted the ss-fix-2944 branch August 4, 2021 19:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

checkForNode8 is not a function

4 participants


Back | FazBrowse Home | New Git URL