We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79630a commit ebb39a9Copy full SHA for ebb39a9
packages/database-compat/src/index.ts
@@ -67,7 +67,7 @@ export function registerDatabase(instance: FirebaseNamespace) {
67
68
registerDatabase(firebase);
69
70
-// Types to export for the admin SDK. They are exported here n the browser entry point only for types
+// Types to export for the admin SDK. They are exported here in the browser entry point only for types
71
// The same symbol should be exported from the node entry point so their values can be accessed at runtime by admin SDK
72
export { Database, Query, Reference, enableLogging, ServerValue, DataSnapshot };
73
export { OnDisconnect } from '@firebase/database';
0 commit comments