RxFirebase: A case study


Details
In the ever scaling world of the internet today it's sometimes hard to keep up with demands. Systems need to react fast, they need to be failure proof, they need to be always available, regardless of how many users are using the system, regardless of what the users are doing. Designing a system to be Reactive Systems is crucial nowadays to accommodate these requirements.
In this talk, David wants to focus on the topics, Rx and Firebase, and the synergy between them.
Firebase packs a lot of features together, however, the focus of this talk will be about the original core of Firebase, the Real-time Database.
After his talk you should have an idea how to utilize RxFirebase for your Reactive System, since you will all participate in live demo where we will bring Web, Android, iOS and a Java backend together.

RxFirebase: A case study