firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 179 forks source link

Documentation missing SPM support #157

Open chFlorian opened 3 years ago

chFlorian commented 3 years ago

The Firebase Firestore documentation (https://firebase.google.com/docs/firestore/solutions/geoqueries#swift_2) and Firebase Open Source (https://firebaseopensource.com/projects/firebase/geofire-objc/) only mention Cocoapods as an installation method for GeoFire, but installing via Swift Package Manager works when selecting the main branch instead of a version rule.

OrbitalTech commented 2 years ago

@chFlorian does this work?