@@ -16,14 +16,12 @@ A compatible FirebaseUI client is also available for [iOS](https://github.com/fi
16161 . [ Installation] ( #installation )
1717 1 . [ Upgrading] ( #upgrading )
18181 . [ Dependencies] ( #dependencies )
19- 1 . [ Compatability ] ( #compatibility-with-firebase--google-play-services-libraries )
19+ 1 . [ Compatibility ] ( #compatibility-with-firebase--google-play-services-libraries )
2020 1 . [ Upgrading dependencies] ( #upgrading-dependencies )
21211 . [ Sample App] ( #sample-app )
22221 . [ Snapshot Builds] ( #snapshot-builds )
23231 . [ Contributing] ( #contributing )
2424 1 . [ Installing] ( #installing-locally )
25- 1 . [ Deploying] ( #deployment )
26- 1 . [ Tagging] ( #tag-a-release-on-github )
2725 1 . [ License agreements] ( #contributor-license-agreements )
2826 1 . [ Process] ( #contribution-process )
2927
@@ -50,19 +48,19 @@ libraries.
5048``` groovy
5149dependencies {
5250 // FirebaseUI for Firebase Realtime Database
53- implementation 'com.firebaseui:firebase-ui-database:4.3.2 '
51+ implementation 'com.firebaseui:firebase-ui-database:5.0.0 '
5452
5553 // FirebaseUI for Cloud Firestore
56- implementation 'com.firebaseui:firebase-ui-firestore:4.3.2 '
54+ implementation 'com.firebaseui:firebase-ui-firestore:5.0.0 '
5755
5856 // FirebaseUI for Firebase Auth
59- implementation 'com.firebaseui:firebase-ui-auth:4.3.2 '
57+ implementation 'com.firebaseui:firebase-ui-auth:5.0.0 '
6058
6159 // FirebaseUI for Firebase Auth (GitHub provider)
62- implementation 'com.firebaseui:firebase-ui-auth-github:4.3.2 '
60+ implementation 'com.firebaseui:firebase-ui-auth-github:5.0.0 '
6361
6462 // FirebaseUI for Cloud Storage
65- implementation 'com.firebaseui:firebase-ui-storage:4.3.2 '
63+ implementation 'com.firebaseui:firebase-ui-storage:5.0.0 '
6664}
6765```
6866
@@ -76,6 +74,7 @@ After the project is synchronized, we're ready to start using Firebase functiona
7674If you are using an old version of FirebaseUI and upgrading, please see the appropriate
7775migration guide:
7876
77+ * [ Upgrade from 4.3.2 to 5.x.x] ( ./docs/upgrade-to-5.0.md )
7978* [ Upgrade from 3.3.1 to 4.x.x] ( ./docs/upgrade-to-4.0.md )
8079* [ Upgrade from 2.3.0 to 3.x.x] ( ./docs/upgrade-to-3.0.md )
8180* [ Upgrade from 1.2.0 to 2.x.x] ( ./docs/upgrade-to-2.0.md )
@@ -149,22 +148,6 @@ implementation "com.android.support:appcompat-v7:$BAR"
149148implementation "com.android.support:palette-v7:$BAR"
150149```
151150
152- #### Note
153-
154- Starting version 25.4.0, support libraries are now available through
155- [ Google's Maven repository] ( https://developer.android.com/studio/build/dependencies.html#google-maven ) ,
156- so ensure that you have that added to your project's repositories.
157-
158- Open the ` build.gradle ` file for your project and modify it as following,
159-
160- ```
161- allprojects {
162- repositories {
163- google()
164- jcenter()
165- }
166- }
167- ```
168151
169152## Sample app
170153
@@ -194,7 +177,7 @@ from external model`.
194177
195178## Snapshot builds
196179
197- Like to live on the cutting edge? Want to try the next release of FirebaseUI before anyone else? As of version ` 3.2.2 `
180+ Like to live on the cutting edge? Want to try the next release of FirebaseUI before anyone else?
198181FirebaseUI hosts "snapshot" builds on oss.jfrog.org.
199182
200183Just add the following to your ` build.gradle ` :
@@ -229,21 +212,6 @@ repository and running:
229212./gradlew :library:prepareArtifacts :library:publishAllToMavenLocal
230213```
231214
232- ### Deployment
233-
234- To deploy FirebaseUI to Bintray
235-
236- 1 . Set ` BINTRAY_USER ` and ` BINTRAY_KEY ` in your environment. You must
237- be a member of the firebaseui Bintray organization.
238- 1 . Run ` ./gradlew clean :library:prepareArtifacts :library:bintrayUploadAll `
239- 1 . Go to the Bintray dashboard and click 'Publish'.
240- 1 . In Bintray click the 'Maven Central' tab and publish the release.
241-
242- ### Tag a release on GitHub
243-
244- * Ensure that all your changes are on master and that your local build is on master
245- * Ensure that the correct version number is in ` common/constants.gradle `
246-
247215### Contributor License Agreements
248216
249217We'd love to accept your sample apps and patches! Before we can take them, we
0 commit comments