We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c69a2 commit 230392bCopy full SHA for 230392b
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/start-firebase-emulator.sh
@@ -33,10 +33,10 @@ while [ $RETRIES -le $MAX_RETRIES ]; do
33
CHECKATTEMPTS=1
34
while [ $CHECKATTEMPTS -le $MAX_CHECKATTEMPTS ]; do
35
sleep $CHECKATTEMPTS_WAIT
36
- if curl --output /dev/null --silent --fail http://localhost:8080; then
+ if curl --output /dev/null --silent --fail http://localhost:9099; then
37
# Check again since it can exit before the emulator is ready.
38
sleep 15
39
40
echo "Firebase Emulator is online!"
41
exit 0
42
else
0 commit comments