firebase / geofire-objc

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

Does NOT work with latest Firebase (Firebase 9.0.0). #161

Closed colincavil112 closed 1 month ago

colincavil112 commented 2 years ago

Please update the library to work with Firebase 9.0.0 or please provide a way to use GeoFire from within the Firebase frameworks..

snoop168 commented 2 years ago

Any chance this will be updated to work with firebase 9.x?

rebeloper commented 2 years ago

Would love to see this resolved as soon as possible. Thank you

rebeloper commented 2 years ago

Ended up using: https://github.com/emilioschepis/swift-geohash.git

abdoelmorap commented 1 year ago

at your Podfile use this and everything will work fine pod 'GeoFire', :git => 'https://github.com/abdoelmorap/geofire-objc', :tag => '5.4.0'

strohat commented 9 months ago

This is such a well developed solution - hope support can come back to it.

cantonalex commented 6 months ago

at your Podfile use this and everything will work fine pod 'GeoFire', :git => 'https://github.com/abdoelmorap/geofire-objc', :tag => '5.4.0'

does this actually work @abdoelmorap

morganchen12 commented 1 month ago

This is now fixed.