You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to set up and reproduce
Simply call .getToken() on an AngularFireMessaging object when the notification permission in the browser is set to default.
Debug output
None / N/A
Expected behavior
As is the case with the regular firebase.messaging() object, it requests the permission when called.
Actual behavior
The notification permission is not requested, and the observable returns null.