I'm trying to send a message using APN over firebase and get the following message:
{"code":"messaging/third-party-auth-error","message":"Auth error from APNS or Web Push Service"}
How can I get the APNS error listed here: https://firebase.google.com/docs/reference/fcm/rest/v1/ApnsError? I'm using the firebase-admin
npm package.