Skip to content

Commit 087bd7b

Browse files
Update storage/app/src/main/java/com/google/firebase/referencecode/storage/kotlin/EmulatorSuite.kt
Co-authored-by: Rosário Pereira Fernandes <[email protected]>
1 parent c2ae5a8 commit 087bd7b

File tree

1 file changed

+1
-1
lines changed
  • storage/app/src/main/java/com/google/firebase/referencecode/storage/kotlin

1 file changed

+1
-1
lines changed

storage/app/src/main/java/com/google/firebase/referencecode/storage/kotlin/EmulatorSuite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class EmulatorSuite {
1111
// 10.0.2.2 is the special IP address to connect to the 'localhost' of
1212
// the host computer from an Android emulator.
1313
val storage = Firebase.storage
14-
storage.useEmulator("10.0.2.2", 9199);
14+
storage.useEmulator("10.0.2.2", 9199)
1515
// [END storage_emulator_connect]
1616
}
1717

0 commit comments

Comments
 (0)