You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike the GCM and APN sections, the FCM section doesn't support the use of proxies. This can be resolved simply by adding this line of code (httpAgent: settings.fcm.httpAgent) to the sendFCM.js file at line 83, where the opts variable is configured.