PPhilinbackdrop.hashnode.dev·Aug 8, 2023 · 3 min readGitHub Webhooks using Next.js API RoutesHave you ever wanted to send a Discord notification for every push to a repository? Well, this guide will cover the basics of how to listen to GitHub webhook events via a Next.js API route. We will set up a simple Next.js API route that will listen t...00
PPhilinbackdrop.hashnode.dev·Aug 1, 2023 · 3 min readFirebase Authentication using Wagmi in Next.jsThis guide will cover the basics of how to set up a Firebase project and integrate authentication (sign up and login) via an Ethereum wallet using Wagmi and Firebase's custom authentication system. Prefer to just read the code? Check out the reposito...00