I have try to deploy cloud function to firebase but i am confused between command prompt and firebase console->project->functions. Because in command prompt display deployed successfully but in function tab there is no any functions.
I have follow below steps for deploy process
- Download a sample function and place to c drive with folder name AddMessage.
- Start command prompt and run "npm install -g firebase-tools"command.
- After that i have run "firebase login" command and result is you have already logged in with email.
After that i have run "firebase init functions" command and give me project list and i have select a project with enter.And answer to some question that is in image.
5.After that i have run "firebase deploy --only functions" command.and give me below result.
After that i have visit to https://console.firebase.google.com/ in check in selected project -> function but i got below screen.