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 84fcbc7 commit 69739ddCopy full SHA for 69739dd
scripts/setup_quickstart.sh
@@ -38,7 +38,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
38
# development pod install. This is needed for the `pod install` command.
39
export FIREBASE_POD_REPO_FOR_DEV_POD=`pwd`
40
41
- git clone https://github.com/firebase/quickstart-ios.git
+ git clone https://github.com/firebase/quickstart-ios.git --branch mm/debug
42
$scripts_dir/localize_podfile.swift quickstart-ios/"$SAMPLE"/Podfile "$RELEASE_TESTING"
43
if [ "$RELEASE_TESTING" == "nightly_release_testing" ]; then
44
set +x
0 commit comments