e-commerce pwa push-notification tab not displaying
-
I have install this pwa extension and setup firebase according to this documentations.
My doubt is I don't haveConfigure -> PWA -> Push Notifications
in my site, so I cannot enterFirebase credentials
. I haveConfigure -> PWA -> Settings
and alsoprogressive web app (menu)
in sidebar below Configure menu to create Push Notification (CRUD). -
Hi @valpuia
clone PWA from here https://github.com/bagisto/laravel-pwa
and check again. -
Hi @Vaishali-Agarwal
I've clone the project but it doesn't display firebase setup
It just add push notification like below imageand on the PWA(CRUD), notification bell doesn't redirect back.. (means when I click notification
bell-icon
it redirect to another blank page -
Hello valpuia,
We are working on firebase configuration and fixing PWA Push Notifications.
-
Hi @aayush-bhatt172 is it fixed or not?
-
Hello valpuia.
Partially it is fixed. You can use topic and Legacy Server Key from the admin panel.
For rest of the credentials, you can add the to code for now.Files:
1. push-notification.js
location: PWA/src/Resources/assets/js/plugins/push-notification.js
Line: 52. service worker.js
location: PWA/publishable/pwa/service-worker.js
Line: 201-207, 212.Than run "php artisan vendor:publish --force". This will publish your assets to public folder. That's it.