I've been trying to use it, but it do not work in any way.
Please... Help me!
Yeah sure .
please share your site url , admin credentials in private reply to check this issue at your end .
This reply has been marked as private.
checked your site .Everything is fine but its just the system is not able to write any data to firebase .
Firebase Database Rules – Add following Rules in Database.
Select Database From Side Menu --> Select Rule From tabs above --> Update your rule like this
{
"rules": {
".read": "auth != null",
".write":"auth != null",
"notifications":{
".indexOn":["status"]
},
"users":{
"$uid":{
"chats":{
".indexOn":["lastUpdated"]
}
}
}
}
}
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi please provide some time to check this up .
Please do ping back for a reminder .
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi we are just trying but could not find the reason why its not working while the same is working at our end.
I will try to create a new firebase project for this .
okay I get it now . You are serving all of your scripts including wplms-pn.js file , wplms-pn-stats.js and wplms-pn-admin.js from CDN which is from other host .
Please exclude these files from loading from CDN and again check this up .
OR
upload the " firebase-messaging-sw.js " file in root of your site to the CDN also .
(this method may not work )
This reply has been marked as private.