You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> For information about Firebase Cloud Messaging deprecation and migration steps, see [Google Firebase Cloud Messaging migration](notification-hubs-gcm-to-fcm.md).
34
35
35
36
## What are push notifications?
36
37
@@ -99,10 +100,6 @@ Notification Hubs is your ready-to-use push engine with the following advantages
99
100
- Scheduled push: You can schedule notifications to be sent anytime.
100
101
- Direct push: You can skip registering devices with the Notification Hubs service and directly batch push to a list of device handles.
101
102
- Personalized push: Device push variables help you send device-specific personalized push notifications with customized key-value pairs.
102
-
-**Rich telemetry**
103
-
- General push, device, error, and operation telemetry are available both in the Azure portal and programmatically.
104
-
- Per-message telemetry tracks each push from your initial request call to the Notification Hubs service successfully sending the pushes.
105
-
- Platform Notification System feedback communicates all feedback from PNSes to assist in debugging.
106
103
-**Scalability**
107
104
- Send fast messages to millions of devices without re-architecting or device sharding.
108
105
-**Security**
@@ -113,20 +110,36 @@ Notification Hubs is your ready-to-use push engine with the following advantages
113
110
Get started with creating and using a notification hub by following the [Tutorial: Push notifications to mobile applications](notification-hubs-android-push-notification-google-fcm-get-started.md).
0 commit comments