diff --git a/functions/index.js b/functions/index.js index c60c20b..262acd5 100644 --- a/functions/index.js +++ b/functions/index.js @@ -7,7 +7,7 @@ admin.initializeApp(); var db = admin.firestore(); -const MAX_NOTIFICATIONS_PER_DAY = 150; +const MAX_NOTIFICATIONS_PER_DAY = 100; exports.sendPushNotification = functions.https.onRequest(async (req, res) => { if (debug()) console.log('Received payload', req.body);