Skip to content

Commit 7659648

Browse files
committed
Merge branch 'master' of https://github.com/firebase/FirebaseUI-Android into puf-chat-codelab
2 parents c02746c + 857851f commit 7659648

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# FirebaseUI-Android
1+
# FirebaseUI for Android — UI Bindings for Firebase
22

3-
This library provides the simplest way to bind the Firebase Android SDK to your native Android app.
4-
Get started now, be running in minutes.
3+
FirebaseUI is an open-source library for Android that allows you to quickly connect common UI elements to the [Firebase](https://www.firebase.com) database for data storage, allowing views to be updated in realtime as they change, and providing simple interfaces for common tasks like displaying lists or collections of items.
4+
5+
A compatible FirebaseUI client is also available for [iOS](https://github.com/firebase/firebaseui-ios).
56

67
## Using the library in your Android app
78

@@ -332,7 +333,9 @@ with:
332333
* `./release.sh` to build the library and update maven
333334
* close/release the repository from sonatype
334335

335-
## Contributor License Agreements
336+
## Contributing to FirebaseUI
337+
338+
### Contributor License Agreements
336339

337340
We'd love to accept your sample apps and patches! Before we can take them, we
338341
have to jump a couple of legal hurdles.
@@ -351,7 +354,7 @@ Follow either of the two links above to access the appropriate CLA and
351354
instructions for how to sign and return it. Once we receive it, we'll be able to
352355
accept your pull requests.
353356

354-
## Contributing A Patch
357+
### Contribution Process
355358

356359
1. Submit an issue describing your proposed change to the repo in question.
357360
1. The repo owner will respond to your issue promptly.
@@ -361,4 +364,4 @@ accept your pull requests.
361364
1. Ensure that your code adheres to the existing style of the library to which
362365
you are contributing.
363366
1. Ensure that your code has an appropriate set of unit tests which all pass.
364-
1. Submit a pull request.
367+
1. Submit a pull request and cc @puf or @mcdonamp

0 commit comments

Comments
 (0)