Cloud Functions Firebase v1.0 won't initialize
问题 With the latest update of firebase cloud functions, I am getting errors while initializing app, as well as database ref. First Error: Following should work based on Firebase functions v1.0 documentation and samples ( https://github.com/firebase/friendlychat-web/blob/master/cloud-functions/functions/index.js ) const functions = require('firebase-functions'); const admin = require('firebase-admin'); admin.initializeApp(); //this fails I get following error on firebase deploy for above code: