Tuesday 14 March 2017

Firebase Cloud Functions npm install error

I've been trying to get the Firebase Cloud Functions FCM Messaging sample code running. I've been following the steps as described in the README but I receive the following error when I try to run npm install in the functions folder.

npm WARN fcm-notifications-functions@ No repository field.
npm WARN fcm-notifications-functions@ No license field.

I then went on and deployed the code anyway using the command firebase deploy. It says that deploy was complete - the basic webpage from the sample is deployed and works but when I open functions in the firebase console there is no function :(

Any help would be greatly appreciated!



via Adrian

No comments:

Post a Comment