quickstart-js
quickstart-js copied to clipboard
messaging quickstart does not work
Step 1: Describe your environment
- Operating system: MacOS
- Browser: Safari/Chrome
- Firebase SDK version: 12.5.4
Step 2: Describe the problem:
I have filled config.ts then I did npm run build and firebase emulators:start. The page loaded and I click Request Permission and get next output:
Steps to reproduce:
- git clone https://github.com/firebase/quickstart-js
- cd messaging/
- fill
config.ts npm run buildfirebase emulators:start
Seeing this as well, did you find a resolution @thedmdim?
@jackfoust hi, i managed to solve this then, but don't remember how. My diff is
@thedmdim ah, nice! That makes sense though to switch that .js up a bit if you're not using firebase hosting. Thanks!