@firebase/database 0.13.6 → 0.13.7-canary.9799efe9d

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.
@@ -13115,8 +13115,8 @@ function onDisconnect(ref) {
13115
13115
  * resulting list of items is chronologically sorted. The keys are also
13116
13116
  * designed to be unguessable (they contain 72 random bits of entropy).
13117
13117
  *
13118
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
13119
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
13118
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
13119
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
13120
13120
  *
13121
13121
  * @param parent - The parent location.
13122
13122
  * @param value - Optional value to be written at the generated location.
@@ -13581,8 +13581,8 @@ var QueryEndBeforeConstraint = /** @class */ (function (_super) {
13581
13581
  *
13582
13582
  * The ending point is exclusive. If only a value is provided, children
13583
13583
  * with a value less than the specified value will be included in the query.
13584
- * If a key is specified, then children must have a value lesss than or equal
13585
- * to the specified value and a a key name less than the specified key.
13584
+ * If a key is specified, then children must have a value less than or equal
13585
+ * to the specified value and a key name less than the specified key.
13586
13586
  *
13587
13587
  * @param value - The value to end before. The argument type depends on which
13588
13588
  * `orderBy*()` function was used in this query. Specify a value that matches
@@ -13983,22 +13983,6 @@ function query(query) {
13983
13983
  syncPointSetReferenceConstructor(ReferenceImpl);
13984
13984
  syncTreeSetReferenceConstructor(ReferenceImpl);
13985
13985
 
13986
- /**
13987
- * @license
13988
- * Copyright 2020 Google LLC
13989
- *
13990
- * Licensed under the Apache License, Version 2.0 (the "License");
13991
- * you may not use this file except in compliance with the License.
13992
- * You may obtain a copy of the License at
13993
- *
13994
- * http://www.apache.org/licenses/LICENSE-2.0
13995
- *
13996
- * Unless required by applicable law or agreed to in writing, software
13997
- * distributed under the License is distributed on an "AS IS" BASIS,
13998
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13999
- * See the License for the specific language governing permissions and
14000
- * limitations under the License.
14001
- */
14002
13986
  /**
14003
13987
  * This variable is also defined in the firebase Node.js Admin SDK. Before
14004
13988
  * modifying this definition, consult the definition in: