We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does 2.0 (or 1.6 even) support multipart HTTP batch requests to the FCM API? Or is each request a push to the server?
See: https://firebase.google.com/docs/cloud-messaging/send-message#send-messages-to-multiple-devices
From a read of the codebase - it appears that each is a new request. However, it's very likely I'm missing something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does 2.0 (or 1.6 even) support multipart HTTP batch requests to the FCM API? Or is each request a push to the server?
See: https://firebase.google.com/docs/cloud-messaging/send-message#send-messages-to-multiple-devices
From a read of the codebase - it appears that each is a new request. However, it's very likely I'm missing something.
The text was updated successfully, but these errors were encountered: