Tuesday, November 2 2021Using Firebase Admin with Next.jsTrying to set up firebase-admin with Next.js with no success? Read the solution I reached after doing several deployments.Read More →
Saturday, September 11 2021Svelte, Service Worker and Layer0This guide assumes that you're using Webpack with Svelte. Find the GitHub Repo containing the entire setup at rishi-raj-jain/svelte-layer0-example Deployed link: https://rishi-raj-jain-svelte-default.layer0.link/Read More →
Monday, August 9 2021Enabling Service Worker with Vue 2 and Vue 3Believe me, I've crawled the entire internet and still wasn't able to found a solution as precise as this. Follow the steps, and successfully integrate Service Worker with your Vue app, right now!Read More →
Monday, June 21 2021How To Build Your Own Likes and Comments System With Firebase and ReactWanted to have likes and comments section for your blog, but can not figure out the cheapest and performance-friendly solution? In this blog, I explain a detailed approach on how to create a 'beautiful' comment section and like feature React components (with TailwindCSS) with 0 CLS and integration with Firebase!Read More →