@dereekb/firebase 0.0.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +4 -13
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@dereekb/firebase
|
|
2
|
+
=======
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
The sources for this package are in the main [@dereekb/dbcomponents](https://github.com/dereekb/dbcomponents) repo. Please file issues and pull requests against that repo.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Unit tests are run through the Docker container. This lets our tests access the emulator. Since all tests are run within the container, and the container is not configured to use service ports, it can be run at the same time as the demo.
|
|
8
|
-
|
|
9
|
-
Run `nx watch firebase` to execute the unit tests and watch for changes.
|
|
10
|
-
|
|
11
|
-
Run `nx test firebase` to execute the unit tests.
|
|
12
|
-
|
|
13
|
-
### Firebase Related Unit Test Notes
|
|
14
|
-
|
|
15
|
-
https://firebase.google.com/docs/rules/unit-tests#rut-v2-common-methods
|
|
6
|
+
License: MIT
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"typings": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"rxjs": "^7.5.2",
|
|
8
8
|
"rxfire": "^6.0.3",
|
|
9
|
-
"@dereekb/rxjs": "0.0
|
|
10
|
-
"@dereekb/util": "0.0
|
|
9
|
+
"@dereekb/rxjs": "1.0.0",
|
|
10
|
+
"@dereekb/util": "1.0.0",
|
|
11
11
|
"extra-set": "^2.2.11",
|
|
12
12
|
"ms": "^3.0.0-canary.1",
|
|
13
13
|
"firebase": "^9.6.4"
|