react-onesignal
react-onesignal copied to clipboard
React OneSignal Module: Make it easy to integrate OneSignal with your React App!
### What happened? After giving permission for Web Push, and trying to get PushSubscription.id I keep getting error instead of the id ### What browsers are you seeing the problem...
### How can we help? How do get current subscription session external_id/active tags or any other information attached to subscription? I have went through the source code and the documentation...
### How can we help? Hello, I am currently using React.js to build a chat page, and I am looking to implement a feature that mutes notifications when the user...
### What happened? Using 3.0.1. When filling promptOptions, a prompt shows on page load (with my updated text), however, since it is only an init method, it should not do...
Hi! I was recently integrating this library into my app and found some of the type definitions are very broad for the `OneSignal.init` function parameters. For ex: `IInitObject.welcomeNotification` and has...
### What happened? ``` app-index.js:31 Login: Error while identifying/upserting user: identifyUser: malformed request: {"errors":[{"code":"auth-1","title":"This operation requires 'Authorization' in the HTTP header"}]} ``` While calling `OneSignal.login` on the new V3 version...
### What happened? Works perfectly on Chrome, but on Firefox, the app using the package is not working. It doesn't give any errors/warnings so it is a bit difficult to...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
### How can we help? Just wondering why this library is packaged under a react label/why there isn't a vanilla npm package for one signal. Just wondering what the limitations...
[question]: Why is Init async, and shouldnt the window["onesignal"] queue get initialized earlier?
### How can we help? Init doesnt look like it needs to be async. It would be nice if it wasnt - most 3rd party trackers arent. Also, the window["OneSignal"]...