Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ab19d44

Browse files
committed
[database] - EnableLogging prototype
1 parent 43e0fd0 commit ab19d44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/firebase.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ export function removeEventListeners(listeners: Array<any>, path: string): Promi
578578

579579
export function onDisconnect(path: string): OnDisconnect;
580580

581+
export function enableLogging(logger?: boolean | ((a: string) => any), persistent?: boolean);
581582
/**
582583
* Tells the client to keep its local cache in sync with the server automatically.
583584
*/

0 commit comments

Comments
 (0)