firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.14k stars 247 forks source link

not working in Firefox Browser ? #506

Closed SealinGp closed 1 month ago

SealinGp commented 2 years ago

[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

[REQUIRED] Step 3: Describe the problem

can't send message in firefox (chrome works fine ^_^)

Steps to reproduce:

  1. setup messaging project in firebase console
    1. use https://github.com/firebase/quickstart-js and setup it with config from firebase console
    2. firebase serve -p 8081 (in quickstart-js/messaing)
    3. use firebase-admin-go to send message and get error "Auth error from APNS or Web Push Service"
    4. it works fine in chrome but not in firefox,

Relevant Code:

image

some images

image image image

SealinGp commented 2 years ago

similar issue: https://github.com/firebase/firebase-js-sdk/issues/6523

lahirumaramba commented 1 year ago

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?

lahirumaramba commented 1 month ago

Closing due to inactivity