Skip to content

Commit e9718fc

Browse files
committed
Addressed comments
1 parent 41a3991 commit e9718fc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/firebase/compat/index.d.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,21 +6019,16 @@ declare namespace firebase.database {
60196019
*/
60206020
app: firebase.app.App;
60216021
/**
6022-
* INTERNAL methods for internal-use only (tests, etc.).
6022+
* Additional methods for debugging and special cases.
60236023
*
6024-
* @const
60256024
*/
60266025
INTERNAL: {
60276026
/**
6028-
* Deletes a database
6029-
*/
6030-
delete: () => Promise<void>;
6031-
/**
6032-
* Force the use of websockets instead of longPolling.
6027+
* Force the use of WebSockets instead of long polling.
60336028
*/
60346029
forceWebSockets: () => void;
60356030
/**
6036-
* Force the use of longPolling instead of websockets. This will be ignored if websocket protocol is used in databaseURL.
6031+
* Force the use of long polling instead of WebSockets. This will be ignored if the WebSocket protocol is used in `databaseURL`.
60376032
*/
60386033
forceLongPolling: () => void;
60396034
};

0 commit comments

Comments
 (0)