firebase / geofire-objc

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

Update to latest FirebaseDatabase version needed for iOS 14.5 compatibility #154

Open MussaCharles opened 3 years ago

MussaCharles commented 3 years ago

The current podspecs seems to be depending on outdated FirebaseDatabase pod (Firebase/Database (~> 7.0.0)) As for the time of writing this the current latest firebase version is Firebase/Database (= 7.11.0).

I think functionalities such as AnalyticsWithoutAdIdSupport are available on the latest Firebase versions.
So updating geofire to point to latest Firebase version is needed. Is this under the current priority list?