firebase / geofire-objc

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

GeoFire on macOS #145

Closed frios closed 3 years ago

frios commented 3 years ago

I am writing a tool to import some SQL data to FireStore. In the process, I would like to use the GeoFire/Utils to create GeoHashes for my data.

As the GeoFire pod does not support installation under macOS, what would I need to do to get the GeoHash creation usable under macOS?

frios commented 3 years ago

Resolved. I copied over just the utils files I needed and all works well.