ChatRxFirebaseRepository
Functions
Link copied to clipboard
abstract fun childChanges(reference: Query, strategy: BackpressureStrategy): Flowable<FirebaseResponse>
Link copied to clipboard
Login functions
Link copied to clipboard
abstract fun dataChanges(reference: Query, strategy: BackpressureStrategy): Flowable<FirebaseResponse>
Get and observe values
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Storage functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun updateChildren(reference: DatabaseReference, map: MutableMap<String, Any>?): Completable