RxFirebase-Deprecated icon indicating copy to clipboard operation
RxFirebase-Deprecated copied to clipboard

Implement RxSwift with the new Firebase

Results 7 RxFirebase-Deprecated issues
Sort by recently updated
recently updated
newest added

Updated to RxSwift 3

Looks like Pod isn't available anymore. Is this project alive?

Hi, I've made some adaptations for Swift 3.0 and RxSwift 3.0. First commit is updating Podfiles. Second commit are real changes. I think there are still issues with CocoaPods and...

@mbalex99 I'm wondering if I should merge my library code into this project, no use having two separate libraries for this. [Its here if you want to check it out](https://github.com/neoplastic/RxFirebase)...

Hello All, I one of my projects I used a master class to handle all Firebase+Rx interactions and receive `GIDAuthentication` info from a separate Google class that handles all Google...

I'm looking at FirebaseUI podspec and it looks like they've created a private framework zip: `s.source = { :http => 'https://dl.google.com/firebase/firebaseui/ios/0_4_0/FirebaseUIFrameworks.zip' }` [source - line 8](https://github.com/firebase/FirebaseUI-iOS/blob/master/FirebaseUI.podspec) Then defined in the...