Reputation: 1
When checking the Firebase Cloud Messaging API console on Google Cloud ("API/Service Details"), it shows that 22.92% of google.firebase.fcm.v1.FcmService.SendMessage
requests are failing.
How can I check the error logs or details? Do I need to set permissions or anything to view the logs detail for the Firebase Cloud Messaging API?
At the graph of "traffic by response code", there are 400 and 404 errors. Is it okay to assume that it is linked to the 22.92% error rate, or anymore details?
On log explorer of Google Cloud, I only find error logs that seem to be from internal methods (like google.internal.firebase.xxx
), I but find the error logs for "SendMessage" requests.
Cloud Audit Logs seems no option for Firebase Cloud Messaging API, at least for FcmService.SendMessage.SendMessage
.
Upvotes: 0
Views: 42