Lahiru Maramba
Lahiru Maramba
- Migrate Application default credentials, Service account credentials, Refresh token credentials, and Compute engine credentials to use `google-auth-library` Resolves: #1377
Fixes: #381, and #370 Thanks @martinwiboe for the contribution in #329
The `sendEachInBatch` function, used for sending FCM messages individually within a batch, previously created a new goroutine for each message. This could lead to high CPU usage for large batches....
This PR adds support for the limitedUse parameter in the `createToken()` API of the App Check module. This allows users to generate tokens with replay protection, suitable for one-time use...
Test PR to trigger CI on Node.js 25.x