Android 推送通知与 firebase 推送通知
Android push notification vs firebase push notification
我找到了一个关于android推送通知的link - https://developer.android.com/training/notify-user/build-notification,我能知道android推送通知(基于link) 和 firebase 推送通知?
Android 推送通知:
A Notification is a message that Android displays outside your
app's UI to provide the user with reminders, communication from other
people, or other timely information from your app. Users can tap the
notification to open your app or take an action directly from the
notification.
Firebase 通知:
Using FCM, you can notify a client app that a new email or other
data is available to sync. You can send notification messages to drive
user re-engagement and retention.
更多内容,您可以访问以上链接。
我找到了一个关于android推送通知的link - https://developer.android.com/training/notify-user/build-notification,我能知道android推送通知(基于link) 和 firebase 推送通知?
Android 推送通知:
A Notification is a message that Android displays outside your app's UI to provide the user with reminders, communication from other people, or other timely information from your app. Users can tap the notification to open your app or take an action directly from the notification.
Firebase 通知:
Using FCM, you can notify a client app that a new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention.
更多内容,您可以访问以上链接。