Tip: you can use the Nuxt's `useFetch` composable for a reactive fetch experience. It returns a reactive `data` object with the response and a `refresh` function to re-fetch data.
@preystation687010 күн бұрын
So cute and util...
@tubica_de12 күн бұрын
the terminal thing doesnt work help Edit: I didn't use ssh💀
@tubica_de12 күн бұрын
help
@tubica_de12 күн бұрын
I wasted an hour of my life on this and now this?? WTF bro
@tubica_de12 күн бұрын
why did you do this to me
@tubica_de12 күн бұрын
wie kann man nur so asozial sein alter ich hasse dich man
@benixal10 күн бұрын
What error did you get ?
@eduardoTorres-h6t15 күн бұрын
If you use Vite, you can use youre official pluggin : npm i vite-plugin-mkcert -D. its very easy your use
@jaimemartinez007817 күн бұрын
Muchas gracias amigo!! Este fue el único video que me sirvió para habilitar las notificaciones a mi web Laravel.
@HappyTechnofire17 күн бұрын
Brother I'm unable to generate token in mobile browsers it is working perfectly in PC but not in mobile 😑
@sergioariela.mondino847920 күн бұрын
Hello, Excellent Explanation!!! I have tried Postgresql, IT DOESN'T WORK. The url parameter: it seems that you don't like it. The documentation says I should use it. nuxt.config.ts ---------------------- export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, nitro: { database: { myDB: { connector: 'postgresql', url: 'postgresql://username:password@hostname:port/database_name' } } } })
@uctan855322 күн бұрын
can you do it with Drizzle?
@urdustory-g2s22 күн бұрын
thanks dude
@salmanarizki-b4w25 күн бұрын
sir, i have error Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given
@jordyf336026 күн бұрын
The best ever, thank youuuuu
@alicoder827 күн бұрын
Thanks!
@matrixco5579Ай бұрын
Super, thank you 👍🏻🙂
@sazzad362Ай бұрын
Thanks, man! Clear and straightforward-just the way I like it.
@AllriseXАй бұрын
Dude your vid is so cool. You helped me a lot with refactoring PHP backend from legacy API to FCM v1
@robheinАй бұрын
brilliant tutorial , thank you very much
@emdn_recordsАй бұрын
How to send messages to all users who join request on my unopened Telegram channel? Private channel and without accepting them. Thank you.
@iUmerFarooqАй бұрын
Maaannn! You nailed it. The way you are teaching is on next level. Please continue making more tutorials like this and the way you go through documentation is a plus to your tutorial. It also help us to read documentation. Please make tutorial on Nuxtjs+Auth and Nuxtjs+Firebase and Nuxtjs+prisma with large application. Thank you.
@catlifeagainАй бұрын
Local environment, how to implement, not deployed to cloudflare pages, npm run dev are all error. Tip: [GET] "/api/listUsers": 500
@iUmerFarooqАй бұрын
More Nuxtjs server content please
@lucapagura9873Ай бұрын
Thank you so much you’re an amazing friend But does it work on mobile like android and iOS
@MAXTangolaosАй бұрын
thanks bro
@helderfilho4724Ай бұрын
Thank You
@johannfourie9705Ай бұрын
What if I get a failed after trying to upload picture? And man, out of all the available youtube videos you the best man
@benixalАй бұрын
The gist currently doesn’t have error handling for upload failures. I'm working on updating it to handle errors more effectively! Thank you for your comment, bro! I'm glad the video was helpful!
@Coder-j1pАй бұрын
Mention : If you're using the localhost you can't able to subscribe the client because the API support only https request , since localhost runs in http it will not wok
@atinuxАй бұрын
Thanks for the video! I would love to know if you tried the @nuxthub/core module?
@TotalImmort7l23 күн бұрын
Hello @atinux. Thank you for Nuxt and Nuxthub. I'd like to know if it is mandatory to create an account on NuxtHub to deploy on Cloudflare?
@atinux23 күн бұрын
@@TotalImmort7l not necessary, it's only if you want to get access to the NuxtHub admin
@DeepKumbhareАй бұрын
Awesome one. Looking for more nuxt related content.
@smitshah3377Ай бұрын
Great video. For some reason, the notification "icon" is not showing up along with the notification. I have added it as a part of the payload but have had no luck. Any idea?
@w1lknsАй бұрын
Thank you! It was very useful!
@begliamanov7276Ай бұрын
Saved my morning! Really one of the best tutorials about deploying vue-vite app with GitHub Actions. Thank you!
@DyarMoviesАй бұрын
It really worked but the main problem is that the file size limit is 50 mb that is too low. can you please find a solution to upload more size
@benixalАй бұрын
Yes, there is a file size limit for downloads. I think a potential solution is to use MTProto for handling larger files, but it can be quite complicated. I'll look into it!
@DyarMoviesАй бұрын
@@benixal Sure Please mention when will you do it. It will be a great help
@виртуоз_руАй бұрын
👍
@carlosgarciamorales13832 ай бұрын
Excellent video
@carlosgarciamorales13832 ай бұрын
Great video, thank you :)
@Cat_ninj2 ай бұрын
Thank you soo much, after searching many place, my code got worked as following your video, thank you
@benixal2 ай бұрын
Thank you for your comment! I'm glad the video helped you.
@bekenetsoftware1593Ай бұрын
Sir thank for the great video... please my token always expire and I will need to generate a new token for my notification to start working again.. Please I need ur help@@benixal
@piotrh82022 ай бұрын
Thank you Ben! Very nice video.
@benixal2 ай бұрын
Thanks, Piotr! Glad you liked it.
@MaycolRuiz_xD2 ай бұрын
This video worths gold
@benixal2 ай бұрын
Thanks a lot! Really appreciate it.
@RuebenTijani2 ай бұрын
😂 push notif. The laziness to type out full words gets me too 😂😂
@benixal2 ай бұрын
😂✌️
@hakannnn75533 ай бұрын
How can i swnd notification to multiple tokens? can you send a sample code
@dijup3 ай бұрын
Great tutorial! Is it possible to adapt this to work with multiple devices as well? Also, could you provide a brief overview of the "Subscribe to Topic" feature?
@gregscolumn3 ай бұрын
can you do more videos on nuxt server?
@benixal3 ай бұрын
Yes, soon!
@suthinthamsuwan19433 ай бұрын
Many many many thanks for this video 👍👍👍
@gonzaloturconi46573 ай бұрын
I have the same service worker but the event notificationclick doesn't trigger. I tried with fcm_options or action_click but is not working. Only works the push event...
@benixal3 ай бұрын
Which browser are you using? Also, did you check the console logs in DevTools to see if there are any errors or if the notificationclick event is being fired
@gonzaloturconi46573 ай бұрын
only works in edge but not in chrome
@gonzaloturconi46573 ай бұрын
@@benixalI could resolve it, turns out notificationclick event in Chrome only fire in production, the code is the same. I don't know the reason, but it works now. Thanks for the video and for reply! Greetings
@rherik3 ай бұрын
This video saved me. Very thank u
@benixal3 ай бұрын
Glad it helped
@nirajparmar17723 ай бұрын
I'm waiting for Nuxt, Prisma, sqlite blog type project. TIA
@benixal3 ай бұрын
Thanks great idea I'll keep that in mind for a future video
@frestalink3 ай бұрын
Please make a video on this topic "Firebase Send Push Notification Android + PHP"
@ShivamRanderi3 ай бұрын
thanks it's very easy and working and also latest
@theuglybarnacledad3 ай бұрын
Thank you so much! you help me and your instruction very, very clear i subbed ofc
@JohnSamuelchineme3 ай бұрын
Thank you for this video. I spent so much time trying to find this across documentations. This was straightforward and worked like a charm.
@jaymelor59453 ай бұрын
you're amazing man ! thank you so much for this wonderful explanaition
@benixal3 ай бұрын
Thank you so much! I'm really glad you found it helpful.