You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
# FirebaseUI-Android
1
+
# FirebaseUI for Android — UI Bindings for Firebase
2
2
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).
5
6
6
7
## Using the library in your Android app
7
8
@@ -332,7 +333,9 @@ with:
332
333
*`./release.sh` to build the library and update maven
333
334
* close/release the repository from sonatype
334
335
335
-
## Contributor License Agreements
336
+
## Contributing to FirebaseUI
337
+
338
+
### Contributor License Agreements
336
339
337
340
We'd love to accept your sample apps and patches! Before we can take them, we
338
341
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
351
354
instructions for how to sign and return it. Once we receive it, we'll be able to
352
355
accept your pull requests.
353
356
354
-
##Contributing A Patch
357
+
### Contribution Process
355
358
356
359
1. Submit an issue describing your proposed change to the repo in question.
357
360
1. The repo owner will respond to your issue promptly.
@@ -361,4 +364,4 @@ accept your pull requests.
361
364
1. Ensure that your code adheres to the existing style of the library to which
362
365
you are contributing.
363
366
1. Ensure that your code has an appropriate set of unit tests which all pass.
0 commit comments