Skip to content

Commit

Permalink
feat: added firebase package
Browse files Browse the repository at this point in the history
- Firebase base package will be separate of the dbx-firebase package that will have angular-related components within it. This was also done due to test environment related issues with jest using jsdom by default, which causes problems with the firebase testing kit use.
- Future configuration may need to be checked out in order to ensure tests run well within the jsdom environments too.
  • Loading branch information
Derek Burgman committed Jan 27, 2022
1 parent f21f421 commit 9a80d69
Show file tree
Hide file tree
Showing 39 changed files with 360 additions and 218 deletions.
2 changes: 2 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Set of notes relevant to setting up an Nx environment, similar to this one.
## Creating a NodeJs Library
Be sure to include the `--buildable` and `--publishable` flags if relevant.

Example: `nx g @nrwl/node:library firebase --buildable --publishable --importPath @dereekb/firebase`

## Creating an Angular Library

Example: `nx generate @nrwl/angular:library --name=dbx-firebase --buildable --publishable --importPath @dereekb/dbx-firebase`
Expand Down
Loading

0 comments on commit 9a80d69

Please sign in to comment.