@firebase/database-compat 1.0.5-dataconnect-preview.877f8b7d0 → 1.0.5-eap-firestore-backfiller.87babf60c
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.esm2017.js
CHANGED
@@ -5,7 +5,7 @@ import { errorPrefix, validateArgCount, validateCallback, validateContextObject,
|
|
5
5
|
import { Logger } from '@firebase/logger';
|
6
6
|
|
7
7
|
const name = "@firebase/database-compat";
|
8
|
-
const version = "1.0.5-
|
8
|
+
const version = "1.0.5-eap-firestore-backfiller.87babf60c";
|
9
9
|
|
10
10
|
/**
|
11
11
|
* @license
|
package/dist/index.esm5.js
CHANGED
package/dist/index.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
|
var name = "@firebase/database-compat";
|
15
|
-
var version = "1.0.5-
|
15
|
+
var version = "1.0.5-eap-firestore-backfiller.87babf60c";
|
16
16
|
|
17
17
|
/**
|
18
18
|
* @license
|
package/dist/index.standalone.js
CHANGED
@@ -17011,7 +17011,6 @@ var QueryLimitToLastConstraint = /** @class */ (function (_super) {
|
|
17011
17011
|
var _this = _super.call(this) || this;
|
17012
17012
|
_this._limit = _limit;
|
17013
17013
|
_this.type = 'limitToLast';
|
17014
|
-
console.log(_this.type);
|
17015
17014
|
return _this;
|
17016
17015
|
}
|
17017
17016
|
QueryLimitToLastConstraint.prototype._apply = function (query) {
|