nuxt3-firestore-public icon indicating copy to clipboard operation
nuxt3-firestore-public copied to clipboard

Nuxt 3 / Firebase Firestore 9 Tutorial

Nuxt 3 / Firebase Firestore 9 Starter

Nuxt3 documentation. Firebase Firestore documentation.

Setup

Make sure to install the dependencies

npm install

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.