Skip to content

Commit

Permalink
Merge e70a53f into 487f8e1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Jan 5, 2021
2 parents 487f8e1 + e70a53f commit 7b78351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6296,7 +6296,7 @@ declare namespace firebase.database {
on(
eventType: EventType,
callback: (a: firebase.database.DataSnapshot, b?: string | null) => any,
cancelCallbackOrContext?: Object | null,
cancelCallbackOrContext?: ((a: Error) => any) | Object | null,
context?: Object | null
): (a: firebase.database.DataSnapshot | null, b?: string | null) => any;

Expand Down

0 comments on commit 7b78351

Please sign in to comment.