DEV Community

Discussion on: Angular 8 + Firebase Cloud Messaging Push Notifications

Collapse
 
manishgarg0 profile image
manishgarg0

Hi I am getting below mentioned error.

Unable to get permission to notify. TypeError: Failed to execute 'subscribe' on 'PushManager': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'

Collapse
 
chaawlaapooja profile image
chaawlaapooja

I am getting the same error

Collapse
 
mayurkadampro profile image
Mayur Kadam

Check for version on firebase and also check notification permission on ur browser

Collapse
 
anthonyspault profile image
Anthony Spault

I'm facing the same issue. My firebase was previously in 7.7.0. After update to 7.8.2, still getting the error. It was working before so i'm a bit confused

Collapse
 
mayurkadampro profile image
Mayur Kadam

Check for version on firebase and also check notification permission on ur browser

Collapse
 
manishgarg0 profile image
manishgarg0

version is 7.8.1 and all the browser permissions are allowed. still, I am facing the same issue.