File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,12 @@ https://firebase.google.com.
5353## Getting Started
5454
5555* Install the latest Android Studio (should be 3.0.1 or later)
56- * Clone the repo (` git clone git@github.com:firebase/firebase-android-sdk.git ` )
56+ * Clone the repo (` git clone --recurse-submodules git@github.com:firebase/firebase-android-sdk.git ` )
57+ * When cloning the repo, it is important to get the submodules as well. If
58+ you have already cloned the repo without the submodules, you can update the
59+ submodules by running ` git submodule update --init --recursive ` .
5760* Import the firebase-android-sdk gradle project into Android Studio using the
58- ** Import project(Gradle, Eclipse ADT, etc.** option.
61+ ** Import project(Gradle, Eclipse ADT, etc.) ** option.
5962
6063## Testing
6164
You can’t perform that action at this time.
0 commit comments