Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 532 Bytes

File metadata and controls

24 lines (17 loc) · 532 Bytes

Example

  1. Create firestore database as per docs.

  2. Set environment variables:

    # Copy the template .env file to local .env file
    cp .env .env.local
    # Edit .env.local with firebase config.
  3. Install dependencies (ideally in project root):

    npm install

    If you are running the command directly in the examples/firebase directory, use --ignore-scripts.

  4. Run local dev server:

    npm run dev