Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Dec 3, 2024
1 parent 7affee3 commit ac4db31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ Once installed, start the tests (together with the emulators) using:
firebase emulators:exec --project demo-test --only database,firestore './gradlew pixel2api30Check --no-parallel'
```

#### Development

Alternatively during development the emulator can be started persistently in the background for the tests to be run against:

```shell
firebase emulators:start --project demo-test --only database,firestore
```

## Contributions

This lib is used in production and works for most of our cases (Primitives, Lists, Nested Types, Sealed Classes, …).
Expand Down

0 comments on commit ac4db31

Please sign in to comment.