Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 568 Bytes

Episode 192 - Flutter Push Notifications with FCM

Send push notifications to single device tokens and/or topics with 🐦 Flutter & 🔥 Firebase.

  • FlutterFire
  • FCM
  • Cloud Functions
  • Firestore

Getting Started

git clone

Follow the official FlutterFire setup guide for your preferred platforms.

加入 android/app/google-services.json

加入 ios app 權限設定與APN註冊

教學:https://ithelp.ithome.com.tw/articles/10228614

flutter run

flutter pub get

flutter pub upgrade