Updates for support for the latest version of dependencies used by firebase-admin
Solving
Type '() => Database' is not assignable to type '() => IFirebaseRealtimeDatabase'.
Call signature return types 'Database' and 'IFirebaseRealtimeDatabase' are incompatible.
The types returned by 'ref(...)' are incompatible between these types.
Property 'path' is missing in type 'Reference' but required in type 'IFirebaseRealtimeDatabaseRef'.
12 realTimeDatabase(): admin.database.Database {
Updates for support for the latest version of dependencies used by firebase-admin
Solving