File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,19 @@ For convenience, here are some examples:
95
95
96
96
There is a sample app in the ` app/ ` directory that demonstrates most
97
97
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.
99
111
100
112
## Contributing
101
113
You can’t perform that action at this time.
0 commit comments