@firebase/firestore 4.7.11-firebase-studio-sdk-integration.a528caf5f → 4.7.11-firebase-studio-sdk-integration.dbac496fa
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 +2 -2
- package/dist/index.esm2017.js +2 -2
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.mjs +2 -2
- package/dist/index.rn.js +2 -2
- package/dist/lite/index.browser.esm2017.js +15 -15
- package/dist/lite/index.cjs.js +15 -15
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/package.json +9 -9
package/dist/index.cjs.js
CHANGED
|
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
|
|
|
9
9
|
var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
|
|
10
10
|
var webchannelBlob = require('@firebase/webchannel-wrapper/webchannel-blob');
|
|
11
11
|
|
|
12
|
-
const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.
|
|
12
|
+
const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
@@ -71,7 +71,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
71
71
|
* See the License for the specific language governing permissions and
|
|
72
72
|
* limitations under the License.
|
|
73
73
|
*/
|
|
74
|
-
let M = "11.6.1-firebase-studio-sdk-integration.
|
|
74
|
+
let M = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* @license
|
package/dist/index.esm2017.js
CHANGED
|
@@ -5,7 +5,7 @@ import { FirebaseError, isCloudWorkstation, deepEqual, pingServer, updateEmulato
|
|
|
5
5
|
import { Integer, Md5 } from '@firebase/webchannel-wrapper/bloom-blob';
|
|
6
6
|
import { XhrIo, EventType, ErrorCode, createWebChannelTransport, getStatEventTarget, WebChannel, Event, Stat } from '@firebase/webchannel-wrapper/webchannel-blob';
|
|
7
7
|
|
|
8
|
-
const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.
|
|
8
|
+
const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @license
|
|
@@ -67,7 +67,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
67
67
|
* See the License for the specific language governing permissions and
|
|
68
68
|
* limitations under the License.
|
|
69
69
|
*/
|
|
70
|
-
let M = "11.6.1-firebase-studio-sdk-integration.
|
|
70
|
+
let M = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
|
@@ -34,7 +34,7 @@ var grpc__namespace = /*#__PURE__*/_interopNamespace(grpc);
|
|
|
34
34
|
var protoLoader__namespace = /*#__PURE__*/_interopNamespace(protoLoader);
|
|
35
35
|
|
|
36
36
|
const name = "@firebase/firestore";
|
|
37
|
-
const version$1 = "4.7.11-firebase-studio-sdk-integration.
|
|
37
|
+
const version$1 = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
@@ -87,7 +87,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
87
87
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
88
88
|
User.MOCK_USER = new User('mock-user');
|
|
89
89
|
|
|
90
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
|
90
|
+
const version = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
package/dist/index.node.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import * as grpc from '@grpc/grpc-js';
|
|
|
9
9
|
import * as protoLoader from '@grpc/proto-loader';
|
|
10
10
|
|
|
11
11
|
const name = "@firebase/firestore";
|
|
12
|
-
const version$1 = "4.7.11-firebase-studio-sdk-integration.
|
|
12
|
+
const version$1 = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
@@ -62,7 +62,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
62
62
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
63
63
|
User.MOCK_USER = new User('mock-user');
|
|
64
64
|
|
|
65
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
|
65
|
+
const version = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* @license
|
package/dist/index.rn.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Integer as g, Md5 as p } from "@firebase/webchannel-wrapper/bloom-blob"
|
|
|
10
10
|
|
|
11
11
|
import { XhrIo as y, EventType as w, ErrorCode as b, createWebChannelTransport as S, getStatEventTarget as D, WebChannel as v, Event as C, Stat as F } from "@firebase/webchannel-wrapper/webchannel-blob";
|
|
12
12
|
|
|
13
|
-
const M = "@firebase/firestore", x = "4.7.11-firebase-studio-sdk-integration.
|
|
13
|
+
const M = "@firebase/firestore", x = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
@@ -72,7 +72,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
72
72
|
* See the License for the specific language governing permissions and
|
|
73
73
|
* limitations under the License.
|
|
74
74
|
*/
|
|
75
|
-
let O = "11.6.1-firebase-studio-sdk-integration.
|
|
75
|
+
let O = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
78
|
* @license
|
|
@@ -4,7 +4,7 @@ import { Logger, LogLevel } from '@firebase/logger';
|
|
|
4
4
|
import { FirebaseError, updateEmulatorBanner, getDefaultEmulatorHostnameAndPort, isCloudWorkstation, deepEqual, pingServer, createMockUserToken, getModularInstance } from '@firebase/util';
|
|
5
5
|
import { Integer } from '@firebase/webchannel-wrapper/bloom-blob';
|
|
6
6
|
|
|
7
|
-
const A = "4.7.11-firebase-studio-sdk-integration.
|
|
7
|
+
const A = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
|
@@ -65,7 +65,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
65
65
|
* See the License for the specific language governing permissions and
|
|
66
66
|
* limitations under the License.
|
|
67
67
|
*/
|
|
68
|
-
let P = "11.6.1-firebase-studio-sdk-integration.
|
|
68
|
+
let P = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* @license
|
|
@@ -5196,8 +5196,8 @@ function __PRIVATE_isWrite(t) {
|
|
|
5196
5196
|
_t: !0
|
|
5197
5197
|
});
|
|
5198
5198
|
}
|
|
5199
|
-
|
|
5200
|
-
return __PRIVATE_createError(t, this.settings.methodName, this.settings.
|
|
5199
|
+
dt(t) {
|
|
5200
|
+
return __PRIVATE_createError(t, this.settings.methodName, this.settings.ft || !1, this.path, this.settings.Et);
|
|
5201
5201
|
}
|
|
5202
5202
|
/** Returns 'true' if 'fieldPath' was traversed when creating this context. */ contains(t) {
|
|
5203
5203
|
return void 0 !== this.fieldMask.find((e => t.isPrefixOf(e))) || void 0 !== this.fieldTransforms.find((e => t.isPrefixOf(e.field)));
|
|
@@ -5208,8 +5208,8 @@ function __PRIVATE_isWrite(t) {
|
|
|
5208
5208
|
if (this.path) for (let t = 0; t < this.path.length; t++) this.ct(this.path.get(t));
|
|
5209
5209
|
}
|
|
5210
5210
|
ct(t) {
|
|
5211
|
-
if (0 === t.length) throw this.
|
|
5212
|
-
if (__PRIVATE_isWrite(this.it) && ut.test(t)) throw this.
|
|
5211
|
+
if (0 === t.length) throw this.dt("Document fields must not be empty");
|
|
5212
|
+
if (__PRIVATE_isWrite(this.it) && ut.test(t)) throw this.dt('Document fields cannot begin and end with "__"');
|
|
5213
5213
|
}
|
|
5214
5214
|
}
|
|
5215
5215
|
|
|
@@ -5227,7 +5227,7 @@ function __PRIVATE_isWrite(t) {
|
|
|
5227
5227
|
Et: r,
|
|
5228
5228
|
path: FieldPath$1.emptyPath(),
|
|
5229
5229
|
_t: !1,
|
|
5230
|
-
|
|
5230
|
+
ft: n
|
|
5231
5231
|
}, this.databaseId, this.serializer, this.ignoreUndefinedProperties);
|
|
5232
5232
|
}
|
|
5233
5233
|
}
|
|
@@ -5256,7 +5256,7 @@ function __PRIVATE_newUserDataReader(t) {
|
|
|
5256
5256
|
|
|
5257
5257
|
class __PRIVATE_DeleteFieldValueImpl extends FieldValue {
|
|
5258
5258
|
_toFieldTransform(t) {
|
|
5259
|
-
if (2 /* UserDataSource.MergeSet */ !== t.it) throw 1 /* UserDataSource.Update */ === t.it ? t.
|
|
5259
|
+
if (2 /* UserDataSource.MergeSet */ !== t.it) throw 1 /* UserDataSource.Update */ === t.it ? t.dt(`${this._methodName}() can only appear at the top level of your update data`) : t.dt(`${this._methodName}() cannot be used with set() unless you pass {merge:true}`);
|
|
5260
5260
|
// No transform to add for a delete, but we need to add it to our
|
|
5261
5261
|
// fieldMask so it gets deleted.
|
|
5262
5262
|
return t.fieldMask.push(t.path), null;
|
|
@@ -5423,8 +5423,8 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5423
5423
|
*/
|
|
5424
5424
|
return function __PRIVATE_parseSentinelFieldValue(t, e) {
|
|
5425
5425
|
// Sentinels are only supported with writes, and not within arrays.
|
|
5426
|
-
if (!__PRIVATE_isWrite(e.it)) throw e.
|
|
5427
|
-
if (!e.path) throw e.
|
|
5426
|
+
if (!__PRIVATE_isWrite(e.it)) throw e.dt(`${t._methodName}() can only be used with update() and set()`);
|
|
5427
|
+
if (!e.path) throw e.dt(`${t._methodName}() is not currently supported inside arrays`);
|
|
5428
5428
|
const r = t._toFieldTransform(e);
|
|
5429
5429
|
r && e.fieldTransforms.push(r);
|
|
5430
5430
|
}
|
|
@@ -5448,7 +5448,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5448
5448
|
// the set of values to be included for the IN query) that may directly
|
|
5449
5449
|
// contain additional arrays (each representing an individual field
|
|
5450
5450
|
// value), so we disable this validation.
|
|
5451
|
-
if (e.settings._t && 4 /* UserDataSource.ArrayArgument */ !== e.it) throw e.
|
|
5451
|
+
if (e.settings._t && 4 /* UserDataSource.ArrayArgument */ !== e.it) throw e.dt("Nested arrays are not supported");
|
|
5452
5452
|
return function __PRIVATE_parseArray(t, e) {
|
|
5453
5453
|
const r = [];
|
|
5454
5454
|
let n = 0;
|
|
@@ -5505,7 +5505,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5505
5505
|
};
|
|
5506
5506
|
if (t instanceof DocumentReference) {
|
|
5507
5507
|
const r = e.databaseId, n = t.firestore._databaseId;
|
|
5508
|
-
if (!n.isEqual(r)) throw e.
|
|
5508
|
+
if (!n.isEqual(r)) throw e.dt(`Document reference is for database ${n.projectId}/${n.database} but should be for database ${r.projectId}/${r.database}`);
|
|
5509
5509
|
return {
|
|
5510
5510
|
referenceValue: __PRIVATE_toResourceName(t.firestore._databaseId || e.databaseId, t._key.path)
|
|
5511
5511
|
};
|
|
@@ -5523,7 +5523,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5523
5523
|
[X]: {
|
|
5524
5524
|
arrayValue: {
|
|
5525
5525
|
values: t.toArray().map((t => {
|
|
5526
|
-
if ("number" != typeof t) throw e.
|
|
5526
|
+
if ("number" != typeof t) throw e.dt("VectorValues must only contain numeric values.");
|
|
5527
5527
|
return __PRIVATE_toDouble(e.serializer, t);
|
|
5528
5528
|
}))
|
|
5529
5529
|
}
|
|
@@ -5541,7 +5541,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5541
5541
|
* GeoPoints, etc. are not considered to look like JSON objects since they map
|
|
5542
5542
|
* to specific FieldValue types other than ObjectValue.
|
|
5543
5543
|
*/ (t, e);
|
|
5544
|
-
throw e.
|
|
5544
|
+
throw e.dt(`Unsupported field value: ${__PRIVATE_valueDescription(t)}`);
|
|
5545
5545
|
}(t, e);
|
|
5546
5546
|
}
|
|
5547
5547
|
|
|
@@ -5572,7 +5572,7 @@ function __PRIVATE_validatePlainObject(t, e, r) {
|
|
|
5572
5572
|
return "object" == typeof t && null !== t && (Object.getPrototypeOf(t) === Object.prototype || null === Object.getPrototypeOf(t));
|
|
5573
5573
|
}(r)) {
|
|
5574
5574
|
const n = __PRIVATE_valueDescription(r);
|
|
5575
|
-
throw "an object" === n ? e.
|
|
5575
|
+
throw "an object" === n ? e.dt(t + " a custom object") : e.dt(t + " " + n);
|
|
5576
5576
|
}
|
|
5577
5577
|
}
|
|
5578
5578
|
|
package/dist/lite/index.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@ import { Logger, LogLevel } from '@firebase/logger';
|
|
|
4
4
|
import { FirebaseError, updateEmulatorBanner, getDefaultEmulatorHostnameAndPort, isCloudWorkstation, deepEqual, pingServer, createMockUserToken, getModularInstance } from '@firebase/util';
|
|
5
5
|
import { Integer } from '@firebase/webchannel-wrapper/bloom-blob';
|
|
6
6
|
|
|
7
|
-
const A = "4.7.11-firebase-studio-sdk-integration.
|
|
7
|
+
const A = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
|
@@ -65,7 +65,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
65
65
|
* See the License for the specific language governing permissions and
|
|
66
66
|
* limitations under the License.
|
|
67
67
|
*/
|
|
68
|
-
let P = "11.6.1-firebase-studio-sdk-integration.
|
|
68
|
+
let P = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* @license
|
|
@@ -5196,8 +5196,8 @@ function __PRIVATE_isWrite(t) {
|
|
|
5196
5196
|
_t: !0
|
|
5197
5197
|
});
|
|
5198
5198
|
}
|
|
5199
|
-
|
|
5200
|
-
return __PRIVATE_createError(t, this.settings.methodName, this.settings.
|
|
5199
|
+
dt(t) {
|
|
5200
|
+
return __PRIVATE_createError(t, this.settings.methodName, this.settings.ft || !1, this.path, this.settings.Et);
|
|
5201
5201
|
}
|
|
5202
5202
|
/** Returns 'true' if 'fieldPath' was traversed when creating this context. */ contains(t) {
|
|
5203
5203
|
return void 0 !== this.fieldMask.find((e => t.isPrefixOf(e))) || void 0 !== this.fieldTransforms.find((e => t.isPrefixOf(e.field)));
|
|
@@ -5208,8 +5208,8 @@ function __PRIVATE_isWrite(t) {
|
|
|
5208
5208
|
if (this.path) for (let t = 0; t < this.path.length; t++) this.ct(this.path.get(t));
|
|
5209
5209
|
}
|
|
5210
5210
|
ct(t) {
|
|
5211
|
-
if (0 === t.length) throw this.
|
|
5212
|
-
if (__PRIVATE_isWrite(this.it) && ut.test(t)) throw this.
|
|
5211
|
+
if (0 === t.length) throw this.dt("Document fields must not be empty");
|
|
5212
|
+
if (__PRIVATE_isWrite(this.it) && ut.test(t)) throw this.dt('Document fields cannot begin and end with "__"');
|
|
5213
5213
|
}
|
|
5214
5214
|
}
|
|
5215
5215
|
|
|
@@ -5227,7 +5227,7 @@ function __PRIVATE_isWrite(t) {
|
|
|
5227
5227
|
Et: r,
|
|
5228
5228
|
path: FieldPath$1.emptyPath(),
|
|
5229
5229
|
_t: !1,
|
|
5230
|
-
|
|
5230
|
+
ft: n
|
|
5231
5231
|
}, this.databaseId, this.serializer, this.ignoreUndefinedProperties);
|
|
5232
5232
|
}
|
|
5233
5233
|
}
|
|
@@ -5256,7 +5256,7 @@ function __PRIVATE_newUserDataReader(t) {
|
|
|
5256
5256
|
|
|
5257
5257
|
class __PRIVATE_DeleteFieldValueImpl extends FieldValue {
|
|
5258
5258
|
_toFieldTransform(t) {
|
|
5259
|
-
if (2 /* UserDataSource.MergeSet */ !== t.it) throw 1 /* UserDataSource.Update */ === t.it ? t.
|
|
5259
|
+
if (2 /* UserDataSource.MergeSet */ !== t.it) throw 1 /* UserDataSource.Update */ === t.it ? t.dt(`${this._methodName}() can only appear at the top level of your update data`) : t.dt(`${this._methodName}() cannot be used with set() unless you pass {merge:true}`);
|
|
5260
5260
|
// No transform to add for a delete, but we need to add it to our
|
|
5261
5261
|
// fieldMask so it gets deleted.
|
|
5262
5262
|
return t.fieldMask.push(t.path), null;
|
|
@@ -5423,8 +5423,8 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5423
5423
|
*/
|
|
5424
5424
|
return function __PRIVATE_parseSentinelFieldValue(t, e) {
|
|
5425
5425
|
// Sentinels are only supported with writes, and not within arrays.
|
|
5426
|
-
if (!__PRIVATE_isWrite(e.it)) throw e.
|
|
5427
|
-
if (!e.path) throw e.
|
|
5426
|
+
if (!__PRIVATE_isWrite(e.it)) throw e.dt(`${t._methodName}() can only be used with update() and set()`);
|
|
5427
|
+
if (!e.path) throw e.dt(`${t._methodName}() is not currently supported inside arrays`);
|
|
5428
5428
|
const r = t._toFieldTransform(e);
|
|
5429
5429
|
r && e.fieldTransforms.push(r);
|
|
5430
5430
|
}
|
|
@@ -5448,7 +5448,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5448
5448
|
// the set of values to be included for the IN query) that may directly
|
|
5449
5449
|
// contain additional arrays (each representing an individual field
|
|
5450
5450
|
// value), so we disable this validation.
|
|
5451
|
-
if (e.settings._t && 4 /* UserDataSource.ArrayArgument */ !== e.it) throw e.
|
|
5451
|
+
if (e.settings._t && 4 /* UserDataSource.ArrayArgument */ !== e.it) throw e.dt("Nested arrays are not supported");
|
|
5452
5452
|
return function __PRIVATE_parseArray(t, e) {
|
|
5453
5453
|
const r = [];
|
|
5454
5454
|
let n = 0;
|
|
@@ -5505,7 +5505,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5505
5505
|
};
|
|
5506
5506
|
if (t instanceof DocumentReference) {
|
|
5507
5507
|
const r = e.databaseId, n = t.firestore._databaseId;
|
|
5508
|
-
if (!n.isEqual(r)) throw e.
|
|
5508
|
+
if (!n.isEqual(r)) throw e.dt(`Document reference is for database ${n.projectId}/${n.database} but should be for database ${r.projectId}/${r.database}`);
|
|
5509
5509
|
return {
|
|
5510
5510
|
referenceValue: __PRIVATE_toResourceName(t.firestore._databaseId || e.databaseId, t._key.path)
|
|
5511
5511
|
};
|
|
@@ -5523,7 +5523,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5523
5523
|
[X]: {
|
|
5524
5524
|
arrayValue: {
|
|
5525
5525
|
values: t.toArray().map((t => {
|
|
5526
|
-
if ("number" != typeof t) throw e.
|
|
5526
|
+
if ("number" != typeof t) throw e.dt("VectorValues must only contain numeric values.");
|
|
5527
5527
|
return __PRIVATE_toDouble(e.serializer, t);
|
|
5528
5528
|
}))
|
|
5529
5529
|
}
|
|
@@ -5541,7 +5541,7 @@ class __PRIVATE_NumericIncrementFieldValueImpl extends FieldValue {
|
|
|
5541
5541
|
* GeoPoints, etc. are not considered to look like JSON objects since they map
|
|
5542
5542
|
* to specific FieldValue types other than ObjectValue.
|
|
5543
5543
|
*/ (t, e);
|
|
5544
|
-
throw e.
|
|
5544
|
+
throw e.dt(`Unsupported field value: ${__PRIVATE_valueDescription(t)}`);
|
|
5545
5545
|
}(t, e);
|
|
5546
5546
|
}
|
|
5547
5547
|
|
|
@@ -5572,7 +5572,7 @@ function __PRIVATE_validatePlainObject(t, e, r) {
|
|
|
5572
5572
|
return "object" == typeof t && null !== t && (Object.getPrototypeOf(t) === Object.prototype || null === Object.getPrototypeOf(t));
|
|
5573
5573
|
}(r)) {
|
|
5574
5574
|
const n = __PRIVATE_valueDescription(r);
|
|
5575
|
-
throw "an object" === n ? e.
|
|
5575
|
+
throw "an object" === n ? e.dt(t + " a custom object") : e.dt(t + " " + n);
|
|
5576
5576
|
}
|
|
5577
5577
|
}
|
|
5578
5578
|
|
|
@@ -10,7 +10,7 @@ var util = require('@firebase/util');
|
|
|
10
10
|
var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
|
|
11
11
|
var crypto = require('crypto');
|
|
12
12
|
|
|
13
|
-
const version$1 = "4.7.11-firebase-studio-sdk-integration.
|
|
13
|
+
const version$1 = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
@@ -63,7 +63,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
63
63
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
64
64
|
User.MOCK_USER = new User('mock-user');
|
|
65
65
|
|
|
66
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
|
66
|
+
const version = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
package/dist/lite/index.node.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { FirebaseError, updateEmulatorBanner, getDefaultEmulatorHostnameAndPort,
|
|
|
6
6
|
import { Integer } from '@firebase/webchannel-wrapper/bloom-blob';
|
|
7
7
|
import { randomBytes as randomBytes$1 } from 'crypto';
|
|
8
8
|
|
|
9
|
-
const version$1 = "4.7.11-firebase-studio-sdk-integration.
|
|
9
|
+
const version$1 = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|
|
@@ -59,7 +59,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
59
59
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
60
60
|
User.MOCK_USER = new User('mock-user');
|
|
61
61
|
|
|
62
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
|
62
|
+
const version = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* @license
|
|
@@ -8,7 +8,7 @@ import { FirebaseError as _, isCloudWorkstation as c, base64 as l, DecodeBase64S
|
|
|
8
8
|
|
|
9
9
|
import { Integer as P } from "@firebase/webchannel-wrapper/bloom-blob";
|
|
10
10
|
|
|
11
|
-
const R = "4.7.11-firebase-studio-sdk-integration.
|
|
11
|
+
const R = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* @license
|
|
@@ -69,7 +69,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
69
69
|
* See the License for the specific language governing permissions and
|
|
70
70
|
* limitations under the License.
|
|
71
71
|
*/
|
|
72
|
-
let I = "11.6.1-firebase-studio-sdk-integration.
|
|
72
|
+
let I = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore",
|
|
3
|
-
"version": "4.7.11-firebase-studio-sdk-integration.
|
|
3
|
+
"version": "4.7.11-firebase-studio-sdk-integration.dbac496fa",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=18.0.0"
|
|
6
6
|
},
|
|
@@ -98,21 +98,21 @@
|
|
|
98
98
|
"lite/package.json"
|
|
99
99
|
],
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@firebase/component": "0.6.13-firebase-studio-sdk-integration.
|
|
102
|
-
"@firebase/logger": "0.4.4-firebase-studio-sdk-integration.
|
|
103
|
-
"@firebase/util": "1.11.0-firebase-studio-sdk-integration.
|
|
104
|
-
"@firebase/webchannel-wrapper": "1.0.3-firebase-studio-sdk-integration.
|
|
101
|
+
"@firebase/component": "0.6.13-firebase-studio-sdk-integration.dbac496fa",
|
|
102
|
+
"@firebase/logger": "0.4.4-firebase-studio-sdk-integration.dbac496fa",
|
|
103
|
+
"@firebase/util": "1.11.0-firebase-studio-sdk-integration.dbac496fa",
|
|
104
|
+
"@firebase/webchannel-wrapper": "1.0.3-firebase-studio-sdk-integration.dbac496fa",
|
|
105
105
|
"@grpc/grpc-js": "~1.9.0",
|
|
106
106
|
"@grpc/proto-loader": "^0.7.8",
|
|
107
107
|
"tslib": "^2.1.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@firebase/app": "0.11.5-firebase-studio-sdk-integration.
|
|
110
|
+
"@firebase/app": "0.11.5-firebase-studio-sdk-integration.dbac496fa"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@firebase/app": "0.11.5-firebase-studio-sdk-integration.
|
|
114
|
-
"@firebase/app-compat": "0.2.54-firebase-studio-sdk-integration.
|
|
115
|
-
"@firebase/auth": "1.10.1-firebase-studio-sdk-integration.
|
|
113
|
+
"@firebase/app": "0.11.5-firebase-studio-sdk-integration.dbac496fa",
|
|
114
|
+
"@firebase/app-compat": "0.2.54-firebase-studio-sdk-integration.dbac496fa",
|
|
115
|
+
"@firebase/auth": "1.10.1-firebase-studio-sdk-integration.dbac496fa",
|
|
116
116
|
"@rollup/plugin-alias": "5.1.1",
|
|
117
117
|
"@rollup/plugin-json": "6.1.0",
|
|
118
118
|
"@types/eslint": "7.29.0",
|