⚠️ Current Issues: reactfire currently uses v9 of firebase, so upgrading to the latest version is not possible.
A playground project to aid in learning and development of NextJs, React and Firebase.
Locally run the application by starting up the firebase-emulators.
These will act as stubbed out versions of the Firebase services to enable local development and testing.
You can access these services using the ports they run on (which can be configured in ./firebase.json)
Emulator UI
http://localhost:4000 # This is an application that can be used to customised the running emulators, such as adding users to AuthAuth
http://localhost:9099Hosting
http://localhost:5000 # This displays a static version of the applicationnpm run dev:firebase
After, you can start the development version of the NextJs application - which runs at http://localhost:3000
npm run dev:next