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
As I sent the notification and check the response, it returned OK "notification": "FirebaseResponseDict(response=<firebase_admin.messaging.BatchResponse object at 0x7fe39f6a58e0>, registration_ids_sent=['xxxxxx', 'xxxxxx'], deactivated_registration_ids=[])"
However when I checked using Node JS, it return clearly as errorInfo: { code: 'messaging/mismatched-credential', message: "Permission 'cloudmessaging.messages.create' denied on resource '//cloudresourcemanager.googleapis.com/projects/xxxxx' (or it may not exist)." }
I have fixed my own issue but I hope there will be a more precise response from the package.
The text was updated successfully, but these errors were encountered:
Hello,
As I sent the notification and check the response, it returned OK
"notification": "FirebaseResponseDict(response=<firebase_admin.messaging.BatchResponse object at 0x7fe39f6a58e0>, registration_ids_sent=['xxxxxx', 'xxxxxx'], deactivated_registration_ids=[])"
However when I checked using Node JS, it return clearly as
errorInfo: { code: 'messaging/mismatched-credential', message: "Permission 'cloudmessaging.messages.create' denied on resource '//cloudresourcemanager.googleapis.com/projects/xxxxx' (or it may not exist)." }
I have fixed my own issue but I hope there will be a more precise response from the package.
The text was updated successfully, but these errors were encountered: