This page (revision-1) was last changed on 20-Apr-2024 11:53 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 892 bytes UnknownAuthor

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 15 lines
[{PageViewPlugin}]
[Web Application on Firebase]
!!!Abstract
何ができる?OSに依存なく、いろいろな端末に通知送れる?見た目の通り[Firebase]ベース
!!!Topics
*Firebase NotificationとFirebase Cloud Messaging
|Firebase NotificationとFirebase Cloud Messagingは違うものらしい[1]。プログラミングするのはFCMの方と理解。
*通知先をどう指定する?
|Tokenを指定するっぽいが、Tokenはどう手に入れるのか?クライアントがログインした時にクライアント側から登録してもらうっポイ。そうするとiOSでは、そのアプリを作らないとできないということか。
*通知を受けた側の動作をプログラムできるか?
|FirebaseMessagingService というクラスを継承するクラスをつくればできるっぽい[3]。試してみるべき。もしできれば、それをキックに自分の位置情報を指定した人にメールするアプリができるかも。
!!!Reference
#[#1]Kimura Ryohei, Nov 6 2017, Firebaseを利用したプッシュ通知送信基盤の実装, [https://developers.cyberagent.co.jp/blog/archives/11553/]
#[#2]Google, 6月 22, 2018, ID トークンを確認する, [https://firebase.google.com/docs/auth/admin/verify-id-tokens?hl=ja]
#[#3]@outerlet、2017年11月07日、AndroidアプリにFirebase Cloud Messagingを実装する(2) - アプリでメッセージを受信する、[https://qiita.com/outerlet/items/49a5346ba206eaf877d5]