Skip to content

cantrowitz/RxFirebase

Repository files navigation

RxFirebase: Reactive Extensions for Firebase

Build Status

Code Coverage

Firebase specific bindings for RxJava2.

This module adds the minimum classes to Firebase that make writing reactive components in Android applications easy and hassle-free. It exposes the FirebaseAuth object.

Communication

All communication should be through the following channel:

Binaries

compile 'com.cantrowitz:rxfirebase:0.1.4'
// Because RxFirebase releases are few and far between, it is recommended you also
// explicitly depend on RxJava's and Firebase's latest version for bug fixes and new features.
compile 'io.reactivex.rxjava2:rxjava:2.0.4'
compile 'com.google.firebase:firebase-auth:10.0.1'

Bugs and Feedback

For bugs, feature requests, and discussion please use GitHub Issues.

About

Android Reactive Extensions for Firebase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages