geofire-objc
geofire-objc copied to clipboard
Does NOT work with latest Firebase (Firebase 9.0.0).
Please update the library to work with Firebase 9.0.0 or please provide a way to use GeoFire from within the Firebase frameworks..
Any chance this will be updated to work with firebase 9.x?
Would love to see this resolved as soon as possible. Thank you
Ended up using: https://github.com/emilioschepis/swift-geohash.git
at your Podfile use this and everything will work fine pod 'GeoFire', :git => 'https://github.com/abdoelmorap/geofire-objc', :tag => '5.4.0'
This is such a well developed solution - hope support can come back to it.
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
This is now fixed.