-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #83
Update README.md #83
Conversation
Signed-off-by: Matt Friedman <[email protected]>
cac06ff
to
cdf7fbc
Compare
README.md
Outdated
|
||
4. **Caveats for Local Testing** | ||
- Local testing of Push Notifications only works from a `localhost` address or if your local server has a secure SSL certificate. | ||
- We have seen success on Windows using manually installed PHP, Apache and MySQL. However, for reasons not yet known we do not see success on Mac using MAMP. | ||
- Depending on your local server's setup, operating system, and browser versions, it is still possible that testing push notifications may not work (for example, in a local environment running on macOS, only Chrome will show notifications while it is open or after it has been launched). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also add 2 things:
- notifications should be allowed for both browser applications in respective operation system,
- 2nd browser should be open or working in a background (sometimes, because if you close it OS may terminate the background process in some cases) to be able to display notifications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd notification isn't necessary as we're only using 1 account to recieve and another account to trigger. Want to keep it simple and not confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
Signed-off-by: Matt Friedman <[email protected]>
No description provided.