When I tried running the example of the firebase_messaging package, I got a problem with Edge browser.
Details:
Source code: flutterfire/packages/firebase_messaging/firebase_messaging/example (https://github.com/firebase/flutterfire)
Action I did: After the program started, I clicked the floating action button (expecting to receive push messages)
Results:
- Android => OK (I got messages)
- Chrome browser => OK (I got messages)
- Edge browser => Failed (I didn't receive any messages and the there were error messages in the developer console (F12))
So is there anyone who has experienced the same problem or even known how to fix it?
Thanks a lot.
