We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06634d2 commit b97957dCopy full SHA for b97957d
.github/workflows/pull_request.yml
@@ -58,4 +58,4 @@ jobs:
58
if: failure()
59
with:
60
name: "Android Test Report HTML"
61
- path: "firebase-firestore/build/reports/tests/androidTests/"
+ path: "firebase-firestore/build/reports/tests/androidTests/"
firebase-database/src/jsMain/kotlin/dev/gitlive/firebase/database/database.kt
@@ -200,7 +200,6 @@ inline fun <R> rethrow(function: () -> R): R {
200
201
suspend fun <T> Promise<T>.awaitWhileOnline(): T = coroutineScope {
202
203
-// [email protected]()
204
val notConnected = Firebase.database
205
.reference(".info/connected")
206
.valueEvents
0 commit comments