OneSignal FREE plugin for FREE and UNLIMITED Push Notifications šŸ“±

Hey @mvandrei! congrats on the plugin, it is absolutely incredible. I never fully managed to get the codurly onesignal plugin working. This is up and running so fast.

The one issue Iā€™m having is saving a userā€™s PlayerID. Have tried both the java suggested by you and the one suggested by @dos, with no luck.

  • Iā€™ve used the JavascripttoBubble element successfully elsewhere in the app, so I donā€™t think the issue is with the implementation there.
  • Iā€™m only trying to create a webID - currently deploying as a webapp, and donā€™t yet have any native mobile apps.

Any suggestions would be massively appreciated, and thanks for being such a huge resource to the community :heart:

1 Like

Yeah, this is absolutely amazing! Push FINALLY!

1 Like

hey @merav.leviten, sorry for the late reply.
Thank you, Iā€™m glad you like it.
One of the issues users are facing when developing for web only is that we need to setup bot safari and chrome&opera, not only one of these two options. So please setup both on onesignal and put the IDs inside the plugin, and test again.

Quick Question,

for the push notifications, do they only work if a person has a website browser open and is on your bubble app?

or do they not have to be on a browser and they will still receive notifications?

1 Like

Iā€™m having the same problems with having both safari and chrome/opera. Have you figured it out?

So Iā€™ve followed all the steps as described but havenā€™t been successful in getting the One Signal Player ID into bubble. When I check the workflow in debug mode, it shows that the Javascript function is not returning any value. The value in the workflow thing which is the Current Userā€™s Mobile Id is empty, maybe that is the issue. I checked my users list on One Signal and the device IDs are captured properly in that. Have spent a lot of time figuring this out but have had no luck. This is for both Web and mobile. Can anyone help?

I have the same problem. Notifications work but player ID doesnā€™t.

@khabazkameel @anil I will try to help you tomorrow.
Been very busy with a lot of things.
This is still a free service so I have to prioritize. Hope you understand.
Thanks in advance if you do.

@mvandrei I can understand and youā€™ve done a phenomenal job to create this. I cant thank you enough.

Here are screenshots of what I am doing. Have tried to play around to make this work, but in vain.

Here is my Javascript to bubble element.

46%20AM

All of this is done only when the user is logged in so I couldnā€™t figure out why the one signal ID isnā€™t getting picked up.

Thanks again.

1 Like

it might be the fact that where you run the script and where the user is redirected after successful login is on a different page. Is that the case?

No, I am running the script on the same page. All the actions here are happening only after the user logs in and there are no workflows trying to fetch the onesignal ID before that.

Hey Anil, Did you find a solution to this?
Have been stuck on this since last 1 week and its driving me nuts. I tried everything but nothing works.

Hey, Did you manage to get the individual push notifications working? I tried using this script but its not working for me. I have wrapped my app inside Superview for android.

Any help would be really appreciated.

Thanks.

@services Did you successfully sent mass message? To everyone and it was successful but individual not?

Yes. I can send mass messages successfully. But not individual oneā€™s. Its because I am not able to get playerID in my Database.

Nope havenā€™t found a solution yet. Driving me nuts too :slight_smile:

same problem here.

I understand that you are extremely busy, just making this is an amazing thing to do. I can send mass messages but not individual ones.

1 Like

Great work!

1 Like

I can send individual messages. I will try to take a closer look at the thread above and my setup when I get home and reply later.