LoginSignup
3
3

More than 5 years have passed since last update.

Google I/O 2016 Firebase Notification

Posted at

ただのメモです。走り書きなので内容は保証しません

Notificationを送るときに重要なこと

  • どのタイミングでユーザはNotificationをほしいのか
  • どのユーザにNotificationを送るべきか
  • どんなNotificationをユーザに送るべきか

を考えること。

Firebase Notification

Firebaseの製品群でNotificationのAnalyticsを提供し、正しいユーザに正しいコンテキストでNotificationを送ることをサポートする。
Firebase NotificationはGCMを使いやすいようにラップするもの。
ユーザのターゲットをデバイス、言語、属性で選択し、メッセージを作って、その場で送る、もしくはユーザのタイムゾーンに合わせて配信予約を刷ることが可能。
Android, iOS, Chrome通知にNotification送信が可能。

  • Simple
  • Contextual
  • Measurable

がキーワード。
https://firebase.google.com/docs/cloud-messaging/#key_functions

出典

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3