How to Send Push
Simply includePUSH
in your channels array:
- curl
- TypeScript
Adding Custom Data
Include custom data for your app to handle deep linking or specific actions:Push Channel Ownership
If you own the push channel (have your own Firebase/FCM setup):- You can send push notifications directly using
PUSH
in channels - Consider mirroring
IN_APP
channel to see interesting push notifications from other projects that you might want to push to your users
- You cannot directly use the
PUSH
channel - This is because push notifications require Firebase Cloud Messaging (FCM) integration and device token management
- Users need to have your specific mobile app installed and configured to receive your push notifications