-
Notifications
You must be signed in to change notification settings - Fork 18
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
feature_request(e-mail): e-mail notifications #47
Comments
@Kristinita There is not yet email support since the logic purely exists in the front-end and firebase is only for storage. To view those notification, you can find those notifications in the notification center on your site as the following image. And there are your notifications! |
@momocow , Thanks, I know about it. Is any method, that user automatically find out that a new notification has appeared in notification center? Thanks. |
@Kristinita Apparently, there's no such way for an user to find out that he has new notifications unless he checks it out in the notification center himself. (at least in the master version) What do you expect that this behavior should be? IMO, I've noticed that when someone successfully posts his/her comment, a message box is shown up as the following image. Maybe the message box can also be applied to inform a new notification. |
Maybe you can try the beta version (#37) and make a plugin to implement the expected behavior? |
@momocow ,
For this site visitors must visit web-page again. They don't have to do this solely that manually check notifications.
I think, automatical notifications — critical feature. This should be the default, not by plugin. Thanks. |
Agree, however the function requires a back-end service support, which is currently unavailable. As a workaround, therefore I suggest using the plugin to implement this until official support.
I'm not an authority for this and I respect @cheng-kang's plan for the project. You can still keep this feature request, as I'm also looking forward to get email notification supported! |
1. Summary
It would be nice, if Wildfire will support automatically e-mail notifications.
I don't find, how I can do it in Wildfire documentation.
2. Argumentation
Site owners must quickly get comments, that:
Another users must automatically get reminders, if reply or mention; they don't must manually update page pending comment.
It a critical feature for comments services as Wildfire.
3. Steps to reproduce
I setup Firebase database and add Wildfire to my site → I post comment → I reply to comment from different account:
Records in Firebase console:
4. Expected behavior
Successful e-mail notification.
5. Actual behavior
No e-mail notification.
I try:
I check
Spam
folder.Thanks.
The text was updated successfully, but these errors were encountered: