@firebase/database 1.0.13 → 1.0.14-20250318131644

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.
@@ -2774,6 +2774,8 @@ export declare const _TEST_ACCESS_hijackHash: (newHash: () => string) => () => v
2774
2774
  * as the write to the backend completes.
2775
2775
  */
2776
2776
  export declare interface ThenableReference extends DatabaseReference, Pick<Promise<DatabaseReference>, 'then' | 'catch'> {
2777
+ key: string;
2778
+ parent: DatabaseReference;
2777
2779
  }
2778
2780
 
2779
2781
  declare interface Transaction {
@@ -1252,7 +1252,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1252
1252
  WebSocketConnection.healthyTimeout = 30000;
1253
1253
 
1254
1254
  const name = "@firebase/database";
1255
- const version = "1.0.13";
1255
+ const version = "1.0.14-20250318131644";
1256
1256
 
1257
1257
  /**
1258
1258
  * @license