Articles tagged with "Devops"
← Back to all articlesManaging Secrets in Firebase App Hosting for Next.js Applications
Mar 14, 2025
Configure apphosting.yaml, set environment variables, and use firebase apphosting:secrets:set and grantAccess for Next.js apps on Firebase App Hosting.
Setting Up CI/CD for Firebase Functions Using GitHub Actions
Mar 11, 2025
In this article, I'll share a minimalist yet effective GitHub Actions workflow for deploying Firebase Functions, along with setup instructions and solutions for common issues you might encounter.