firebase / geofire-objc

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

Is geofire found query works when app is in background? #92

Closed cokestudio closed 7 years ago

cokestudio commented 7 years ago

Someone, please confirm if it's worked for you.

asciimike commented 7 years ago

No, the Firebase Database isn't guaranteed to run when the app is in the background (the OS controls the socket connection, which it might kill), so it's doubtful that GeoFire will work when an app is backgrounded.