Flutter Android, Web & iOS Push notifications with Firebase messaging

preview_player
Показать описание
In this video we learn how to use firebase messaging in flutter and send push notification on android, iOS and web

oAuth Playground:
Step 3: Send Post requests

Join the community in Discord:

Twitter:

GitHub:

Timestamps:
00:00 - Config Firebase with FlutterFire CLI
09:53 - Android
14:11 - Web
23:04 - iOS
25:29 - FCM in Foreground
30:02 - Handling Interaction
38:06 - flutter_local_notifications

#flutter #mobile_development
Рекомендации по теме
Комментарии
Автор

This is the best video for firebase integration.
Works perfectly. I will get Apple developer account and test as well this week.
Awesome video. Thank you so much

josephibezim
Автор

Thanks for this tutorial, it helped me understand FCM with Flutter.
You did a great job explaining the concept with working examples.

juliusarieskannehjr
Автор

This is VERY helpful video. Thank YOU.

PRojekABC
Автор

Thank you for this valuable tutorial ❤

mahdyarz
Автор

I have a question about flutter_local_notifications - when you send request, you add notification parametr with title and body, It turns out that FCM displayed its default notification, isnt it? And you didn't add channel_id in request anywhere. Why?

VladyslavPavlovskyi
Автор

I've already added apns auth key certificates and all and also I'm not getting any kind of unhandled exceptions in console while debugging via USB but still no solution found

yogeshbutani
Автор

Hi, can we use p12 file as an alternative? what are the disadvantages of p12?

chaitanyadutt
Автор

Hi, Do you have an example with sending notification to flutter app using azure notification hub ?

komalkhatri
Автор

Very helpful video! My firebase console says a notification was sent but my android emulator did not show it receiving a notification. Any idea on what would cause this?

samstamper
Автор

unfortunately with the latest version of plugin it does not work for web
token is generated but
no error message no notification received

mehmetedex
Автор

pls tell me about the flutter_firebase_messaging folder after build gradle

fazlerabbi
Автор

Love the flutter philosophy "Write Once, Run Anywhere"... 50 mins of video for push notifications with a lot of code in every "Sr. Flutter, los cojones".

Anyway thanks Mahdi

jonytri
Автор

In android 13 and 14, the push notifications are disabled for that new app. so you have to enable notification from the app settings.

seankang
Автор

isnt the token going to expire in 1 hour or so? Did the tutorial show how to renew the tokens?

Designguidetv
Автор

how did you get the push notification in the android emulator? I thought a real device was needed

seankang
Автор

How to resolve leaked gcp fcm server keys your app(s) expose fcm server keys. My app was rejected because of this and I can't get a solution to it, so please help me

SecreteConfessionTv
Автор

Excellent tutorial but I needed to change the minimum version to 21 to receive a message on android, both on simulator and samsung...

olagisrarikis
Автор

If I close the app, Android doesn't receive notifications, can you fix that. Tks

thientranngoc
Автор

i get an error
Error: AbortError: Failed to execute 'subscribe' on 'PushManager': Subscription failed - no active Service Worker
how to fix that ? :(

emanueljosephfule
Автор

my issue is with IOS ipa in release mode, problem is before integrating firebase in my flutter app, app runs smoothly on ios device in release and debug mode both, but after integrating firebase, app is not wworking in ios release mode showing blank white screen confinuosly, i think fcm token is not getting properly in release mode, when i comment out fcm token code then ipa works but not with fcm..dont know what is the issue ...please help

yogeshbutani