Thank you! Everyone who has seen this video is truly blessed. ps. when you time, can you please add timeline on the video, though not required but we highly appreciate it
@creativerio5 ай бұрын
Happy to see it was helpful. I'll try to add timeline ASAP
@Neqxy7 ай бұрын
I just wanna say thanks, especially this one since I was confused on how to structure the folder. I was having issues where my manifest is not finding the icons, turns out I placed the public folder on the wrong directory hahaha. Now, my firebase deployment is installable!
@creativerio7 ай бұрын
I'm glad that it was helpful. It's always tricky to deal with manifest file and PWA configs.
@Iamvijaypotnuru21 күн бұрын
Very useful content ❤, but I doubt we can publish PWA apps in the Play Store.
@creativerio12 күн бұрын
You're right. It's not possible to publish on play store but it may be possible to publish on google play. Apps like Instagram lite and facebook lite are pwa and published as pwa
@ns-gabrielmendoza13293 ай бұрын
If I would use js instead of ts will I call the sw.js directly?
@creativerio3 ай бұрын
You just need to add it to your VitePWA object inside the Vite config file as filename: "sw.js"
@ns-gabrielmendoza13293 ай бұрын
@@creativerioI am getting an error in js PWA offline I think it has bugs when using js.