admin.messaging() is not a function while on "firebase-admin": "^11.3.0",
I’ve been trying to send a notfication to topic "All" and the console log shows error: Notification sent failed: TypeError: admin.messaging is not a function Code: // The Cloud Functions for Firebase SDK to create Cloud Functions and set up triggers. const functions = require(‘firebase-functions’); // The Firebase Admin SDK to access Firestore. var admin… Read More admin.messaging() is not a function while on "firebase-admin": "^11.3.0",