urban-health-labs/CombineFirebase

add SPM Support

lorenzofiamingo opened this issue ยท 8 comments

Yes, please, that would be great.

Follow this: firebase/firebase-ios-sdk#3136
firebase-ios-sdk is the bottleneck currently

@lorenzofiamingo Yeah, I couldn't get it working.

@kshivang I just implemented support for SPM in #10, would you mind checking it out?

@quanshousio Sure looking into it

I tried adding using SPM and got this error:
https://github.com/rever-ai/CombineFirebase has no Package.swift manifest for version 0.2.6
Is there something I'm missing?

Edit: I'm using Xcode Version 12.0 (12A7208)

@kshivang Can you tag the latest commit? If someone adds the package using version rule, Xcode will only fetch that repo up until the tagged commit.

@dchakarov For now, you can add the package using branch master.

@quanshousio using "master" seemed to work, thank you ๐Ÿ’ฏ