Back to Sentry Javascript

README

dev-packages/e2e-tests/test-applications/node-firebase/README.md

10.51.01.1 KB
Original Source
<center> <a href="https://firebase.google.com/" target="_blank"> </a> </center>

Description

Firebase starter repository with Cloud Functions for Firebase and Firestore.

Project setup

sh
$ pnpm install

Compile and run the project

sh
$ pnpm dev # builds the functions and firestore app
$ pnpm emulate
$ pnpm start # run the firestore app

Run tests

Either run the tests directly:

sh
$ pnpm test:build
$ pnpm test:assert

Or run develop while running the tests directly against the emulator. Start each script in a separate terminal:

sh
$ pnpm dev
$ pnpm emulate
$ pnpm test --ui

The tests will run against the Firebase Emulator Suite.

Resources