firebase-admin-go icon indicating copy to clipboard operation
firebase-admin-go copied to clipboard

not working in Firefox Browser ?

Open SealinGp opened this issue 3 years ago • 2 comments
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:

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

Relevant Code:

image

some images

image image image

SealinGp avatar Aug 18 '22 11:08 SealinGp

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

SealinGp avatar Aug 19 '22 02:08 SealinGp

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 avatar Oct 17 '22 20:10 lahirumaramba