-
Notifications
You must be signed in to change notification settings - Fork 285
java.lang.IllegalArgumentException: No enum constant com.google.firebase.ErrorCode.UNIMPLEMENTED #974
New issue
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
same thing happening here as well. does anybody want to share any workaround? tested upto 9.3.0 and still have no idea why the MessagingServiceErrorResponse's holding seemingly unintended status 'UNIMPLEMENTED'. |
sendMulticast is unsupported since 22 july 2024 gradually they remove support from users. |
Yes indeed! Thanks for clearly pointing that out 👍 |
FYI @GideonCallbus
|
Thank you for pointing this out. However a smoother transition from the deprecated resource to the new one could have been planned. Changing to the new sendEachForMulticast api fixed this, if anyone is still looking for a solution. |
mark |
I am closing this issue as switching to |
Hello,
We are receiving IllegalArgumentException while calling com.google.firebase.messaging.FirebaseMessaging#sendMulticast(com.google.firebase.messaging.MulticastMessage) method since 2024-08-12 13:44 GMT. We are using 9.1.1 version of firebase-admin dependency.
Here is the exception detail:
Is there a chance that a deprecated resource was deleted today? In any case, we are switching to the sendEachForMulticast method as suggested.
The text was updated successfully, but these errors were encountered: