geofire-objc
geofire-objc copied to clipboard
Update to latest FirebaseDatabase version needed for iOS 14.5 compatibility
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?