I deploy my function using Mac terminal with sudo firebase deploy
.
I get the respond :
=== Deploying to 'first-60012'...
i deploying functions
Running command: npm --prefix "$RESOURCE_DIR" run lint
> functions@ lint /Users/name/Desktop/ME/Projects/first/functions
> eslint .
✔ functions: Finished running predeploy script.
i functions: ensuring necessary APIs are enabled...
✔ functions: all necessary APIs are enabled
i functions: preparing functions directory for uploading...
✔ Deploy complete!
Going to the console in firebase.com, in functions it says "waiting for your first deploy".
Tried 3 times, and nothing appears.