How to set up different environment variable using Firebase App Hosting
I'm new to Firebase and I'm planning to create 2 Firebase projects, 1 for test environment and 1 for production environment. I want to deploy a NextJS web app and while I understand that I can use the same codebase…