Elad Nava
Elad Nava
Hi @paulfertser, Thanks for creating this issue. In Israel, the percentage of non-GMS Android devices is less than 1%. Therefore, while it would be nice to support these users, it...
Hi @ofirnk, Thanks for your suggestion. The issue with satisfying this request is that sometimes there are multiple red-color alerts for the same city/town within a single 10 minute period...
Hi @sjkummer, For the time being, I would recommend switching to the official `firebase-admin` package published by Google. Migrating `node-gcm` to the new API will require a complete library rewrite,...
Hi @sjkummer, I've just released [fcm-v1-http2](https://github.com/eladnava/fcm-v1-http2), a Node.js package for sending multicast notifications using HTTP/2 multiplexing through the FCM HTTP v1 API, in case you need to send notifications to...
Hi @sjkummer, I was surprised to discover that the official [Firebase Admin Node.js SDK](https://www.npmjs.com/package/firebase-admin) had been updated to include a new method `sendEachForMulticast()`, and developers are urged to migrate to...
Hi @siakc, That's correct. Migrating `node-gcm` to use the new HTTP v1 API over HTTP/2 will require a complete rewrite of the package, as the code design is very tightly...
@ArmandoLinnkr That Node.js library uses `firebase-admin`'s `sendEachForMulticast()` method behind the scenes to send notifications using the HTTP v1 API. So you can either use that library, or use `firebase-admin` directly,...
Unfortunately @ToothlessGear hasn't been active in a while. We do urge you to migrate to another library before the June 20th deadline, such as: 1. [firebase-admin](https://www.npmjs.com/package/firebase-admin) (official library) 2. [fcm-v1-http2](https://www.npmjs.com/package/fcm-v1-http2)...
You need to explicitly pause stdin after using `co-prompt` with the following code, at the end of your execution flow: ``` // Gotta pause stdin after we're done so it...
For what it's worth, I was able to run `electron-pdf` on a local `.html` file on El Capitan with no issues. Maybe the fact that I installed `electron-pdf` globally made...