Skip to content

Commit dbcf36d

Browse files
ci: debug mode for logs
1 parent f5d86be commit dbcf36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/start-firebase-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if ! [ -x "$(command -v npm)" ]; then
1414
exit 1
1515
fi
1616

17-
EMU_START_COMMAND="firebase emulators:start --only auth --project flutterfire-e2e-tests"
17+
EMU_START_COMMAND="firebase emulators:start --only auth --project flutterfire-e2e-tests --debug"
1818

1919
MAX_RETRIES=3
2020
MAX_CHECKATTEMPTS=60

0 commit comments

Comments
 (0)