Skip to content

Commit 5793d6f

Browse files
authored
Fix version range and add getCountFromServer() zone wrapped method (#3423)
* lint fix * rxfire bump
1 parent 4172abd commit 5793d6f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@angular/platform-browser-dynamic": "^16.0.0",
5656
"@angular/router": "^16.0.0",
5757
"@schematics/angular": "^16.0.0",
58-
"firebase": "^10.0.0",
58+
"firebase": "^9.0.0 || ^10.0.0",
5959
"firebase-admin": "^9.11.1",
6060
"firebase-functions": "^3.6.0",
6161
"firebase-tools": "^12.2.1",
@@ -66,7 +66,7 @@
6666
"jsonc-parser": "^3.0.0",
6767
"open": "^7.0.3 || ^8.0.0",
6868
"ora": "^5.3.0",
69-
"rxfire": "^6.0.4",
69+
"rxfire": "^6.0.5",
7070
"rxjs": "^6.5.3 || ^7.4.0",
7171
"semver": "^7.1.3",
7272
"triple-beam": "^1.3.0",

tools/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ${exportedZoneWrappedFns}
8282
doc: { exportName: 'docSnapshots' },
8383
collection: { exportName: 'collectionSnapshots' },
8484
}),
85-
reexport('firestore', 'firebase', 'firebase/firestore', ["addDoc", "arrayRemove", "arrayUnion", "clearIndexedDbPersistence", "collection", "collectionGroup", "connectFirestoreEmulator", "deleteDoc", "deleteField", "disableNetwork", "doc", "documentId", "enableIndexedDbPersistence", "enableMultiTabIndexedDbPersistence", "enableNetwork", "endAt", "endBefore", "getDoc", "getDocFromCache", "getDocFromServer", "getDocs", "getDocsFromCache", "getDocsFromServer", "getFirestore", "increment", "initializeFirestore", "limit", "limitToLast", "loadBundle", "namedQuery", "onSnapshot", "onSnapshotsInSync", "orderBy", "query", "queryEqual", "refEqual", "runTransaction", "serverTimestamp", "setDoc", "setLogLevel", "snapshotEqual", "startAfter", "startAt", "terminate", "updateDoc", "waitForPendingWrites", "where", "writeBatch", "Bytes", "CACHE_SIZE_UNLIMITED", "CollectionReference", "DocumentReference", "DocumentSnapshot", "FieldPath", "FieldValue", "Firestore", "FirestoreError", "GeoPoint", "LoadBundleTask", "Query", "QueryConstraint", "QueryDocumentSnapshot", "QuerySnapshot", "SnapshotMetadata", "Timestamp", "Transaction", "WriteBatch"]),
85+
reexport('firestore', 'firebase', 'firebase/firestore', ["addDoc", "arrayRemove", "arrayUnion", "clearIndexedDbPersistence", "collection", "collectionGroup", "connectFirestoreEmulator", "deleteDoc", "deleteField", "disableNetwork", "doc", "documentId", "enableIndexedDbPersistence", "enableMultiTabIndexedDbPersistence", "enableNetwork", "endAt", "endBefore", "getDoc", "getDocFromCache", "getDocFromServer", "getDocs", "getDocsFromCache", "getDocsFromServer", "getFirestore", "increment", "initializeFirestore", "limit", "limitToLast", "loadBundle", "namedQuery", "onSnapshot", "onSnapshotsInSync", "orderBy", "query", "queryEqual", "refEqual", "runTransaction", "serverTimestamp", "setDoc", "setLogLevel", "snapshotEqual", "startAfter", "startAt", "terminate", "updateDoc", "waitForPendingWrites", "where", "writeBatch", "Bytes", "CACHE_SIZE_UNLIMITED", "CollectionReference", "DocumentReference", "DocumentSnapshot", "FieldPath", "FieldValue", "Firestore", "FirestoreError", "GeoPoint", "LoadBundleTask", "Query", "QueryConstraint", "QueryDocumentSnapshot", "QuerySnapshot", "SnapshotMetadata", "Timestamp", "Transaction", "WriteBatch", "getCountFromServer"]),
8686
reexport('functions', 'rxfire', 'rxfire/functions', ["httpsCallable"], {
8787
httpsCallable: { exportName: 'httpsCallableData' },
8888
}),

yarn.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)