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.
The text was updated successfully, but these errors were encountered:
Version info
Angular: 11.2.0
Firebase: 8.2.7
AngularFire: 6.1.4
How to reproduce these conditions
Steps to set up and reproduce
Simply call
.getToken()
on an AngularFireMessaging object when the notification permission in the browser is set todefault
.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.
The text was updated successfully, but these errors were encountered: