firebase-admin-go
firebase-admin-go copied to clipboard
not working in Firefox Browser ?
trafficstars
[READ] Step 1: Are you in the right place?
as mentioned in doc https://firebase.google.com/docs/cloud-messaging/js/client https://caniuse.com/push-api "The FCM JavaScript API lets you receive notification messages in web apps running in browsers that support the Push API."
[REQUIRED] Step 2: Describe your environment
- Operating System version: Max os Monterey 12.4
- Firebase SDK version: firebase.google.com/go/v4 v4.7.1
- Library version: https://github.com/firebase/quickstart-js
- Firebase Product: messaging (auth, database, storage, etc)
- firefox version: 103.0.2
[REQUIRED] Step 3: Describe the problem
can't send message in firefox (chrome works fine ^_^)
Steps to reproduce:
- setup messaging project in firebase console
- use https://github.com/firebase/quickstart-js and setup it with config from firebase console
- firebase serve -p 8081 (in quickstart-js/messaing)
- use firebase-admin-go to send message and get error "Auth error from APNS or Web Push Service"
- it works fine in chrome but not in firefox,
Relevant Code:

some images

similar issue: https://github.com/firebase/firebase-js-sdk/issues/6523
Hi @SealinGp it seems like a fix has been submitted in https://github.com/firebase/firebase-js-sdk/issues/6523. Are you still experiencing this issue?