-
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
Hooks for Cloud Functions #158
Comments
Hey, what about user created and deleted? |
@howawong I think these are good Cloud Functions hook. Actually, there is one feature issue about it: SkygearIO/features#101 But I just didn't know normal apps will send a push notification when user sign up or deleted. If you think when you work on this issue, it is easy for you to just add other cloud functions hook, feel free to do so. Or did you meant something else? |
Missing parameter for the hook, need updating the spec |
* Messages * after_message_sent * after_message_updated * after_message_deleted * Typing * typing_started * Conversation * after_conversation_created (direct / normal) * after_conversation_deleted * after_conversation_updated * after_user_entered_conversation (user / admin) * after_user_leave_conversation refs #158
glad that this issue's solved, eager to work on this |
Current implementation is not capable to have multiple hooks of the same type. |
To be follow up at #182 |
Would be useful for Push Notification support. So the following are model around push notification.
The text was updated successfully, but these errors were encountered: