Тёмный

Send and receive push messages - Progressive Web App Training 

Chrome for Developers
Подписаться 755 тыс.
Просмотров 96 тыс.
50% 1

How do you send a message from your web server to one user - or lots of users?
How can you do that in a way that's fast, reliable and secure? What if the user's browser is closed?
On the web there's now a way to do that using standard APIs and services integrated with mobile and desktop platforms.
This video shows you how to make the most of push messaging.
Full playlist:
• Progressive Web App Tr...

Наука

Опубликовано:

 

16 июн 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@madtin
@madtin Год назад
If you don't show an example this is pretty useless.
@TazBo-wd2ig
@TazBo-wd2ig Год назад
Can you use these to send things like booking reference numbers or reminders for patients or even confirmation messages for bookings.
@williamschukwuebuka7907
@williamschukwuebuka7907 3 года назад
Anyone knows how to add authorization header. "Request did not validate missing authorization header: Missing Authorization Header"
@hamzehrezaei212
@hamzehrezaei212 Год назад
Hi Is there a way to send a push notification knowing that the program is open?
@ashutosh9859
@ashutosh9859 2 года назад
Great work !!
@sin5946
@sin5946 2 года назад
best kitchen language explanation, ty
@HolgerNestmann
@HolgerNestmann 5 лет назад
Hi all, great series and content. I would be curious about the raw communication from the server to the client (without the library/node js) and also I didn't quite get the dependency of the key to firebase. I am gonna bing these two things, but it would be great if you could provide a look underneath the bonnet of google things.
@antonalstes6386
@antonalstes6386 2 года назад
lol " I am gonna bing these two things"
@abdelghanikadouri1626
@abdelghanikadouri1626 4 года назад
please how to send a push message with Laravel backend ? i am really confused
@rolikaseventysix
@rolikaseventysix 3 года назад
Excellent! Thanks!
@tesses50
@tesses50 Год назад
is there a way to do this with websockets
@PL4YR
@PL4YR 5 лет назад
Note at the moment there isnt iOS support however it does work on Mac OS
@MrJohn360
@MrJohn360 5 лет назад
They do have a custom implemantation, which requires a web service that is specific to iOS. You can read more here developer.apple.com/videos/play/wwdc2013/614/
@shilangyu
@shilangyu 4 года назад
iOS hates PWAs
@halilesen
@halilesen 2 года назад
@@shilangyu Not anymore, I hope.
@ParthAkbari
@ParthAkbari 4 года назад
Thanks for video How to send push notifications in particular time period?
@lorenbun
@lorenbun Месяц назад
create a background service
@kirwakelvinkering3122
@kirwakelvinkering3122 Год назад
Was expecting to find the difference between a service worker and a push service ,whenere each one of them resides (srver or clients browser ) ,how many service workers does an application have ,what it means To register a service worker and so on .but I only found out many words of English which made no meaning to a student like me .can't pretend to be sincere.
@nikinavarro6013
@nikinavarro6013 4 года назад
thank you :3
@makalobo
@makalobo 4 года назад
How I receive message from fcm when my browser is closed on mobile?
@robikurniawan5125
@robikurniawan5125 3 года назад
same problem. can you share how to receive notification if browser is closed on mobile ?
@wolfattackx
@wolfattackx 4 года назад
If the user is already subscribed I still need to update the service object in my server right? So what is the common thing between the old and new service object so I can identify in the database
@CryptoWulf_app
@CryptoWulf_app 4 года назад
is it the endpoint url? im not sure as well on this. did you figure it out?
@MacoveiVlad
@MacoveiVlad 3 года назад
Exact same thought i had. I guess the identifier in the URL can change too but the domains should remain the same... but if a user has Chrome on more devices going by the domain would overwrite notifications for all other devices on Chrome. I guess adding a UUID to the payload would solve this by adding complexity. Probably we have to go to the spec to see what can change in the subscription.
@GajderStudio
@GajderStudio Год назад
Hey bro did you figure this one out? I am having exactly the same thoughts
@carefree_ladka
@carefree_ladka 3 года назад
I need to perform user actions on push notifications like ms teams .any help?
@sadev0
@sadev0 3 года назад
I'm wondering same question. did you find the answer or any useful resource?
@carefree_ladka
@carefree_ladka 3 года назад
@@sadev0 not yet but I'm looking into .I found something like Notifications.actions in service workers
@simpleprogrammer5834
@simpleprogrammer5834 4 года назад
Explained Clearly Thanks😍
@brunogigliofreitas
@brunogigliofreitas 4 года назад
SO NOT!!! I´m using php on server and i havent seen 1 line of server-side code not using javascript
@Crackhog
@Crackhog 3 года назад
@@brunogigliofreitas Just use Node.js smh
@brunogigliofreitas
@brunogigliofreitas 3 года назад
@@Crackhog my website host doesnt support. And my whole website is in php. No chance i will change the language
@hanandun3541
@hanandun3541 4 года назад
good
@JohnDoe-rk7ex
@JohnDoe-rk7ex 4 года назад
Can it be implemented with php? :)
@brunogigliofreitas
@brunogigliofreitas 4 года назад
have u got the answer?
@JohnDoe-rk7ex
@JohnDoe-rk7ex 4 года назад
@@brunogigliofreitas yes, i figured it out
@abdelghanikadouri1626
@abdelghanikadouri1626 4 года назад
@@JohnDoe-rk7ex how please ?
@JohnDoe-rk7ex
@JohnDoe-rk7ex 4 года назад
@@abdelghanikadouri1626 i used firebase push server its the easiest way to go. Now, one thing about pwa push notifications is that it only pushes the message when the registered user opens the browser where the pwa installation was originated.
@abdelghanikadouri1626
@abdelghanikadouri1626 4 года назад
Gary Zavala thank you so much appreciate
@miguelqueiroz5415
@miguelqueiroz5415 Год назад
not in IOS right..
@andrew121410
@andrew121410 Год назад
In IOS 16.4 which just got released, you can now do push notifications' for web on IOS
@miguelqueiroz5415
@miguelqueiroz5415 Год назад
@@andrew121410 Finally!
@davidconnelly
@davidconnelly Год назад
When you do a web development tutorial on RU-vid and you've done a really good job, you can usually expect around a 10% thumbs up rate. This video has a thumbs up rate of around 2%. That's a train wreck. Why can't Google teach? Why do they keep on getting this wrong? I just don't get it! Clueless awful teaching.
Далее
7 Web Features You Didn’t Know Existed
10:16
Просмотров 274 тыс.
Копия iPhone с WildBerries
01:00
Просмотров 3,8 млн
Introduction to Service Workers
12:54
Просмотров 134 тыс.
Shipping a PWA as an Android app
8:57
Просмотров 48 тыс.
Intro To Service Workers & Caching
35:26
Просмотров 232 тыс.
Engage users with Firebase Cloud Messaging
25:33
Просмотров 21 тыс.
How To Send Push Notifications With JavaScript
11:38
Просмотров 332 тыс.
Push Notifications Using Node.js & Service Worker
29:52
How Push Notifications Work on Mobile Apps
7:53
Просмотров 130 тыс.
#engineering #diy #amazing #electronic #fyp
0:59
Просмотров 1,8 млн
Худшие кожаные чехлы для iPhone
1:00