How to send FCM notification to all android devices using Node.js
问题 I want to send the notification to my Android app developed using Ionic t from Node.Js code. I have tried following code and getting Exactly one of topic, token or condition is required. How can I send notification all my users without any condition? var serviceAccount = require("/path/to/config.json"); admin.initializeApp({ credential: admin.credential.cert(serviceAccount), databaseURL: "https://myApp.firebaseio.com" }); var message = { notification: { title: '$GOOG up 1.43% on the day',