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 5babae8 commit e903088Copy full SHA for e903088
integration_test/run_tests.sh
@@ -67,6 +67,7 @@ function delete_all_functions {
67
firebase functions:delete callableTests createUserTests databaseTests deleteUserTests firestoreTests integrationTests pubsubTests remoteConfigTests --force --project=$PROJECT_ID || : &
68
else
69
firebase functions:delete callableTests createUserTests databaseTests deleteUserTests firestoreTests integrationTests pubsubTests remoteConfigTests --force --project=$PROJECT_ID --token=$TOKEN || : &
70
+ fi
71
wait
72
announce "Project emptied."
73
}
0 commit comments