RxSwiftCommunity / RxFirebase

RxSwift extensions for Firebase
MIT License
224 stars 66 forks source link

Carthage support #3

Open aabanaag opened 5 years ago

aabanaag commented 5 years ago

Tried installing RxFirebase via Carthage but It doesn't work. Also it would be great if we can install certain modules just like how cocoapods was implemented.

image

arnauddorgans commented 5 years ago

what do you mean by 'modules' ? you can just install firestore with pod 'RxFirebase/Firestore'. i'll add carthage support on the next release :)

aabanaag commented 5 years ago

I was referring to the way you install RxFirebase via Cocoapods Pods RxFirebase/Firestorage

agordeev commented 5 years ago

@arnauddorgans is it possible to install only Firestore and Auth with Carhage?

Max37550 commented 5 years ago

Hi! Is it still on your todo list to support carthage?