Can Firebase s GeoFire be downloaded via Swift Package Manager?
I read a comment here that it can be if Firebase is installed under the main branch instead of a version rule, but the Firebase docs only mention installing via CocoaPods.
Also, if it is possible this way, isn t it still recommended that Firebase is installed under a version rule and not the main branch?
My main concern is that I have Firebase fully integrated in my project via SPM, but now I want to add the GeoFire product. If GeoFire must be installed with CocoaPods, do I have to completely uninstall Firebase from SPM and reinstall it as a cocoa pod, or can I leave it with both...