firebase / geofire-objc

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

Need to know wether still being maintained? Current dependency constrains to < 9.0.0 and Firebase > 10.0 #162

Closed kennedycraig closed 2 months ago

kennedycraig commented 1 year ago

Folks, it would be good to have some kind of answer as to whether this is being maintained or whether we need to look for another solution. This solution is constrained to a version of Firebase which is now outdated. Could you please advise?

smaldd14 commented 6 months ago

@morganchen12 your commits say you updated for compatibility to Firebase 10, yet Package.swift shows it is still dependent on Firebase lower versions.

Do you have any updates on this?

smaldd14 commented 6 months ago

For those that need it, I forked the repo and upgrade the version to be compatible with Firebase up to v11.0.0. This allowed me to submit my app to App store

https://github.com/smaldd14/geofire-objc

kristjan97 commented 3 months ago

@morganchen12 is this repo dead? You guys still reference it in your Firebase docs...

morganchen12 commented 2 months ago

Hey all. The outdated Firebase version is now fixed in v5.0.1. This repo doesn't have much active staffing, but its API is also fairly stable over time and doesn't tend to break when upstream Firebase updates. In the future feel free to make a PR and I'll review it and get it merged sooner.