RxFirebase icon indicating copy to clipboard operation
RxFirebase copied to clipboard

RxSwift extensions for Firebase

Results 13 RxFirebase issues
Sort by recently updated
recently updated
newest added

# Changes Update Firebase libraries to 10.x Update library versions to 0.4.0

RxSwift 6.0.0 has now been released and we want to move our entire project to using it. Would it be possible to add support for RxSwift 6.0.0 ?

Updated Firebase depedencies to version 8

I am trying to update my RxSwift and RxFirebase pods to be above version 6... I am getting the following cocoa pod error: ``` CocoaPods could not find compatible versions...

Hello, everyone. I updated some libraries which RxFirebase depends on. Even though I realized #43 and #44 are already open, as it seems to be stopped for a while and...

Since Xcode 11 includes Swift Package Manager, it would be nice to support it

Please upload new podspec files (0.3.11) to CocoaPods.

DocumentSnapshot always has value. we can't use this for checking a value exist or not! `db.collection("cities") .document("SF") .rx .getDocument() .subscribe(onNext: { document in if let document = document { print("Document...

Hey guys, I'm not able to update Firebase pod to version 6.13.0. I'm getting this error: ``` [!] CocoaPods could not find compatible versions for pod "FirebaseDatabase": In Podfile: FirebaseDatabase...