Skip to content

Commit f8bd3b9

Browse files
markarndtsamtstern
authored andcommitted
Web SDK snippets need functions emulator snippet (firebase#17)
1 parent b18a2ca commit f8bd3b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

functions/emulator-suite.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
function emulatorSettings() {
3+
4+
// [START functions_emulator_connect]
5+
Functions.useFunctionsEmulator("http://localhost:5001")
6+
// [END functions_emulator_connect]
7+
}

0 commit comments

Comments
 (0)