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