We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909130f commit 743a9c3Copy full SHA for 743a9c3
src/sendFCM.js
@@ -67,7 +67,7 @@ const sendFCM = (regIds, data, settings) => {
67
const opts = {
68
credential:
69
settings.fcm.credential || firebaseAdmin.credential.cert(settings.fcm.serviceAccountKey),
70
- httpAgent: settings.fcm.httpAgent || undefined
+ httpAgent: settings.fcm.httpAgent || undefined,
71
};
72
73
const firebaseApp = firebaseAdmin.initializeApp(opts, appName);
0 commit comments