Push Notifications with Cloud Functions

preview_player
Показать описание
Push Notifications with Cloud Functions

In this video we build up on our previous cloud functions video. The user will be able to enter a time for when they want to receive a notification. During the periodic cloud scheduler we will check whether the inputted time has passed, and send out a notification if it has. If it has send out a notification to the user.

Make sure to Like and Share!

Thanks For Watching!

Laptop I use for drawing, recording, and editing:

Super cheap, quality mouse. And batteries last forever:

Docking station to keep everything organized:

Also my favorite book ever, just so more people can read it :)
Рекомендации по теме
Комментарии
Автор

I feel like I have to ask THE compulsory question - what VS Code theme do you use? Keep it up, by the way 😉

ResoCoder
Автор

That satisfaction we got, after receiving notification on time

anirudhsharma
Автор

Really great tutorial and channel. Do you know if AWS Amplify is working with Push Notifications for Flutter? if yes that would be a good idea for tutorial thanks

mikolajdebowski
Автор

thanks a lot for this tuto .. Only one question, can i get the current user id in my Pub Sub trigger ???

wafabergaoui
Автор

Thank you so much for this video. It is just what I need for a use case that I have. I had started by using flutter_local_notifications but that won't allow for dynamic scheduled notifications. Fine for scheduling reminders, but not for creating dynamic scheduled notifications. But I think I can do it using the techniques you cover in this video.

uobislrt
Автор

Great tutorial. Only one question. where is the optimal place to do the fcm setup? like onmessage/onresume/etc?

aytunch
Автор

should I place return in schedule function code block? I have return null at the end? Does it create infinite loop or smt if I don't place return?

hakankumdakc
Автор

Great job.How did you setup the nodeJS fonction folder in the project ?

dametotemabantey
Автор

Is it possible to send push notification if app is foreground (using firebase triggers)?
I have firebase functions for firestore triggers (onCreate, onUpdate) and it works if app is in background. Can user receive notification if app is in foreground or its still "in process" (since triggers are in beta version)?

gg
Автор

I don't have the flag icon or blue circles in level section at my functions console as you do in your functions console, what do you think is the problem?

섀플리
Автор

Excuse me if my English is not good. I have a question, if I want the message to depend on when a document is uploaded and the path is dependent on user-dependent variables. What can I do? and does it work on both android and ios?, thank you good man <3.

goriet.d
Автор

You are a life saver i need your help, i am using kotlin for development, now i need to schedule notification how i can do?
Pls help

mandroidx
Автор

Liked the tutorial but have a small feedback the background music you have, I felt a bit distracting from the actual content

j-Dor
Автор

Do I need the code you put in main.dart and database.dart or can I simply use functions?

exploringflorida
Автор

I heard that token registered user lasts 1h so what happens when it expires and you send notifications to expired token? :D

dainiustrijonis