@firebase/firestore-compat 0.3.11 → 0.3.12-20230620202556
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/dist/index.cjs.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/index.rn.js +1 -1
- package/dist/node-esm/index.node.esm.js +1 -1
- package/dist/src/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
13
13
|
|
|
14
14
|
const name = "@firebase/firestore-compat";
|
|
15
|
-
const version = "0.3.
|
|
15
|
+
const version = "0.3.12-20230620202556";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
13
13
|
|
|
14
14
|
const name = "@firebase/firestore-compat";
|
|
15
|
-
const version = "0.3.
|
|
15
|
+
const version = "0.3.12-20230620202556";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.rn.js
CHANGED
package/dist/src/index.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ declare module "@firebase/firestore" {
|
|
|
78
78
|
function getDocsFromCache<T>(query: types.Query<T>): Promise<QuerySnapshot<T>>;
|
|
79
79
|
function getDocsFromServer<T>(query: types.Query<T>): Promise<QuerySnapshot<T>>;
|
|
80
80
|
function getFirestore(app: FirebaseAppCompat): Firestore;
|
|
81
|
+
function getFirestore(app: FirebaseAppCompat, databaseId: string): Firestore;
|
|
81
82
|
function initializeFirestore(app: FirebaseAppCompat, settings: FirestoreSettings, databaseId?: string): Firestore;
|
|
82
83
|
function loadBundle(firestore: types.FirebaseFirestore, bundleData: ReadableStream<Uint8Array> | ArrayBuffer | string): LoadBundleTask;
|
|
83
84
|
function namedQuery(firestore: types.FirebaseFirestore, name: string): Promise<Query | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore-compat",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12-20230620202556",
|
|
4
4
|
"description": "The Cloud Firestore component of the Firebase JS SDK.",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@firebase/component": "0.6.4",
|
|
51
|
-
"@firebase/firestore": "3.
|
|
51
|
+
"@firebase/firestore": "3.13.0-20230620202556",
|
|
52
52
|
"@firebase/util": "1.9.3",
|
|
53
53
|
"@firebase/firestore-types": "2.5.1",
|
|
54
54
|
"tslib": "^2.1.0"
|