Note this module in beta stage yet
This modules enables Push notifications using the Google Firebase Messaging service.
In case you have customized your csp header. Make sure to allow the following urls:
"script-src" => [
"self" => true,
"allow" => [
"https://www.gstatic.com/firebasejs/6.3.3/firebase-app.js",
"https://www.gstatic.com/firebasejs/6.3.3/firebase-messaging.js"
]
],
"connect-src" => [
"self" => true,
"allow" => [
"https://fcm.googleapis.com/"
]
],
Initial release