Sending Push Notifications | Web Push Notifications with Firebase (5/6)

preview_player
Показать описание
// LINKS

// MOAR LINKS
Рекомендации по теме
Комментарии
Автор

I just watched all the episodes on Push Notifications Ire ! ...This is a wealth of knowledge.. Thanks for sharing!

cheflolaskitchen
Автор

great Ire.Thank you so much for coming up with these tutorials. even you blogs are awesome. just a small request : "if you could add a feature of sending push notification with images" then it would be a great help. Thank you for inspiring .

aaravkumar
Автор

I'm really really appreciated to you, you saved my life with this video series.
regards

emre_gulcan
Автор

You saved my life. Thank you so much for this very helpful tutorial!

huytran
Автор

You are awesome! Very clear instructions :-)

TalYaron
Автор

My observation: there is three things that have to be kept in sync: [1] the browser-level Notification permission - which user can revoke for the given site (chrome: click in the address bar), not necessarily having to do with webpush, [2] the firebase token and [3] our database token. That gets even more complicated when you choose to allow anonymous users, because there is no way to identify a specific token other than storing the most recent one in local storage.

And what makes it all even more difficult is that the webpush sometimes get clogged on their way and reach you after you have found out that they don't arrive and started to turn your code upside down. Not sure if this is because of their low priority when working with free plan, or what...

I have also seen a StackOverflow discussion where a guy stated that messaging.deleteToken() is not a counterpart of messaging.getToken(), which I still have to inverstigate

So, all in all, seems like a trivial thing to implement on your website, but turns out it is not/
Thanks for sharing this series!

aram
Автор

Thanks for sharing, i learnt a lot, you made my day <3

baraahesham
Автор

Hola, podrían actualizar los videos para integrarlos con Firestore y algun framework para el frontend tipo React?, gracias

nipoanz
Автор

I am facing the following error while deploying functions .
Invalid Firebase app options passed as the first argument to initializeApp() for the app named "[DEFAULT]". Options must be an object containing at least a "credential" property.
Can anyone please help me here ..

rohitshivale
Автор

Great tutorial. I was able to send notifications to a single device. What if the user uses the app on multiple devices and we want to trigger a notification to all their devices, how would you approach this?

coreykeller
Автор

Thank you very much.
Please is there a way to make the website send the notifications automatically?

achiawboateng
Автор

How to schedule push notification at a particular time interval automatically?

deepstrings
Автор

I am getting this error in the registry log in the send notification function: TypeError: Cannot read property 'previous' of undefined. I can see the database getting populated by notification input data, but it never comes out, and I am getting that error. Any clue?

Agus
Автор

Error occurred while parsing your function triggers: (I GOT THIS ERROR WHILE RUNNING $firebase deploy --only functions)

stephenwilson
Автор

thanks for sharing! I would like to know how can I retrieve this in ionic 3?

marwansalem
Автор

alert! This video is deprecated! Firebase has moved from beta to v1.0
SEE DOCS FOR MORE INFO

TonyDUsopp
Автор

Thank you very much.
Please is there a way to make the website send the notifications automatically? If yes, how?

achiawboateng