You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/thirty-flies-flow.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,4 @@
3
3
"@firebase/database": patch
4
4
---
5
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.
6
+
Added interface `Database` which is implemented by `FirebaseDatabase. This allows consumer SDKs (such as the Firebase Admin SDK) to export the database types as an interface.
0 commit comments