We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b84470 commit 1536e42Copy full SHA for 1536e42
firebase-database/src/commonMain/kotlin/dev/gitlive/firebase/database/database.kt
@@ -9,6 +9,7 @@ import dev.gitlive.firebase.FirebaseApp
9
import dev.gitlive.firebase.database.ChildEvent.Type.*
10
import kotlinx.coroutines.flow.Flow
11
import kotlinx.serialization.DeserializationStrategy
12
+import kotlinx.serialization.KSerializer
13
import kotlinx.serialization.SerializationStrategy
14
15
/** Returns the [FirebaseDatabase] instance of the default [FirebaseApp]. */
0 commit comments