File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
functions/app/src/main/java/devrel/firebase/google/com/functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public void emulatorSettings() {
26
26
// 10.0.2.2 is the special IP address to connect to the 'localhost' of
27
27
// the host computer from an Android emulator.
28
28
FirebaseFunctions functions = FirebaseFunctions .getInstance ();
29
- functions .useEmulator ("10.0.2.2. " , 5001 );
29
+ functions .useEmulator ("10.0.2.2" , 5001 );
30
30
// [END functions_emulator_connect]
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class MainActivity : AppCompatActivity() {
12
12
// 10.0.2.2 is the special IP address to connect to the 'localhost' of
13
13
// the host computer from an Android emulator.
14
14
val functions = Firebase .functions
15
- functions.useEmulator(" 10.0.2.2. " , 5001 )
15
+ functions.useEmulator(" 10.0.2.2" , 5001 )
16
16
// [END functions_emulator_connect]
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments