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 @@ -23,7 +23,7 @@ public class MainActivity extends AppCompatActivity {
2323
2424 public void emulatorSettings () {
2525 // [START functions_emulator_connect]
26- FirebaseFunctions .getInstance ().useFunctionsEmulator ("10.0.2.2:5001" );
26+ FirebaseFunctions .getInstance ().useFunctionsEmulator ("http:// 10.0.2.2:5001" );
2727 // [END functions_emulator_connect]
2828 }
2929
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class MainActivity : AppCompatActivity() {
77
88 fun emulatorSettings () {
99 // [START functions_emulator_connect]
10- FirebaseFunctions .getInstance().useFunctionsEmulator(" 10.0.2.2:5001" )
10+ FirebaseFunctions .getInstance().useFunctionsEmulator(" http:// 10.0.2.2:5001" )
1111 // [END functions_emulator_connect]
1212 }
1313}
You can’t perform that action at this time.
0 commit comments