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 d87dddd commit 6da8ca4Copy full SHA for 6da8ca4
scripts/setup_quickstart_framework.sh
@@ -16,11 +16,11 @@ set -ex
16
17
REPO=`pwd`
18
if [ ! -d "quickstart-ios" ]; then
19
- git clone https://github.com/firebase/quickstart-ios.git
20
- git checkout nc/quickstarts
+ git clone https://github.com/firebase/quickstart-ios.git
21
fi
22
QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
23
cd quickstart-ios/"${SAMPLE}"
+git checkout nc/quickstarts
24
25
if [[ ! -z "$LEGACY" ]]; then
26
cd "Legacy${SAMPLE}Quickstart"
0 commit comments