@firebase/database 0.13.3-canary.e4eda86ea → 0.13.3-canary.f5426a512

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.
@@ -338,7 +338,9 @@ export declare class DataSnapshot {
338
338
  * @returns true if enumeration was canceled due to your callback returning
339
339
  * true.
340
340
  */
341
- forEach(action: (child: DataSnapshot) => boolean | void): boolean;
341
+ forEach(action: (child: DataSnapshot & {
342
+ key: string;
343
+ }) => boolean | void): boolean;
342
344
  /**
343
345
  * Returns true if the specified child path has (non-null) data.
344
346
  *
@@ -1241,7 +1241,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1241
1241
  WebSocketConnection.healthyTimeout = 30000;
1242
1242
 
1243
1243
  const name = "@firebase/database";
1244
- const version = "0.13.3-canary.e4eda86ea";
1244
+ const version = "0.13.3-canary.f5426a512";
1245
1245
 
1246
1246
  /**
1247
1247
  * @license