Skip to content

Commit 7810da2

Browse files
hiranya911samtstern
authored andcommitted
Documentation update -- More details on running the sample app (#616)
1 parent f2e3cc1 commit 7810da2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,19 @@ For convenience, here are some examples:
9595

9696
There is a sample app in the `app/` directory that demonstrates most
9797
of the features of FirebaseUI. Load the project in Android Studio and
98-
run it on your Android device to see a demonstration.
98+
run it on your Android device to see a demonstration.
99+
100+
Before you can run the sample app, you must create a project in
101+
the Firebase console. Add an Android app to the project, and copy
102+
the generated google-services.json file into the `app/` directory.
103+
Also enable [anonymous authentication](https://firebase.google.com/docs/auth/android/anonymous-auth)
104+
for the Firebase project, since some components of the sample app
105+
requires it.
106+
107+
If you encounter a version incompatibility error between Android Studio
108+
and Gradle while trying to run the sample app, try disabling the Instant
109+
Run feature of Android Studio. Alternatively, update Android Studio and
110+
Gradle to their latest versions.
99111

100112
## Contributing
101113

0 commit comments

Comments
 (0)