Skip to main content

All Questions

1 vote
1 answer
136 views

Firebase Functions predeploy parsing error run lint

When i try to deploy my Firebase Functions it gets an parse error. I am using cmd on Windows and i am coding in JavaScript. A couple of days ago i deployed my Functions on Mac and it worked, today i ...
johnymace's user avatar
-1 votes
1 answer
2k views

error installing firebase `npm install -g firebase-tools`

i am try to use firebase-cloud-messaging with javascipt and i use this repo : https://github.com/firebase/quickstart-js/tree/master/messaging in the Get Started i must run this command npm install -g ...
Dicky Arisandi's user avatar
0 votes
1 answer
917 views

Trying to install firebase-tools and getting a strange error

I'm trying to deploy my app on firebase and following a tutorial. I ran npm install -g firebase-tools and getting the following error: npm WARN deprecated [email protected]: Use uuid module instead /...
user avatar