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 c2ae5a8 commit 087bd7bCopy full SHA for 087bd7b
storage/app/src/main/java/com/google/firebase/referencecode/storage/kotlin/EmulatorSuite.kt
@@ -11,7 +11,7 @@ class EmulatorSuite {
11
// 10.0.2.2 is the special IP address to connect to the 'localhost' of
12
// the host computer from an Android emulator.
13
val storage = Firebase.storage
14
- storage.useEmulator("10.0.2.2", 9199);
+ storage.useEmulator("10.0.2.2", 9199)
15
// [END storage_emulator_connect]
16
}
17
0 commit comments