We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ab777 commit 1c3ed6bCopy full SHA for 1c3ed6b
.changeset/thirty-flies-flow.md
@@ -0,0 +1,7 @@
1
+---
2
+"@firebase/database-types": patch
3
+"@firebase/database": patch
4
5
+
6
+Added interface `Database` which is implemented by `FirebaseDatabase` to allow the use of interface instead of class for the instance type.
7
+It solves an issue admin SDK encountered where they only want to export the type, but Typescript thinks they are exporting the actual class.
0 commit comments