▲🔥 Getting started with Next.js, ZEIT Now, and Firebase
bg ・ Feb 9 ・ 7 min read
#tutorial
#zeit
#firebase
#react
In this sub-post, I'll walk through setting up a project in Firebase. The best way to create a production & staging environment for a new project in Firebase is to simply create two projects:
your-project-staging
your-project-production
1. Create a project
2. Add a web app
3. Enable email/password authentication
4. Set up Firestore
Run steps 1-4 twice, so that you end up with 2 projects:
Top comments (1)
following the whole guide for next, zeit (vercel) and firebase! Thanks!