Firebase Cloud Messaging – getMessaging is not a function
Trying to send a message from a node.js app in firebase to an android device using code snippets from the firebase website. https://firebase.google.com/docs/cloud-messaging/android/send-multiple Keep getting getMessaging is not a function. My call is await admin.messaging().getMessaging().send(...) Can't find what is wrong.