Skip to content

Releases: firebase/geofire-objc

GeoFire 5.0.0

17 Jul 23:27
3724b21
Compare
Choose a tag to compare

Adds compatibility with Xcode 14. Now requires iOS 11 or higher.

GeoFire 4.4.0

17 Jul 22:47
5624f9c
Compare
Choose a tag to compare

Adds compatibility with Firebase 10.

GeoFire 4.3.0

21 Jun 21:59
Compare
Choose a tag to compare
  • Fixed an issue where the podspec pinned Firebase to 7.0.0.
  • Added SPM support (#155).

GeoFire 4.2.0

29 Mar 18:49
a331c13
Compare
Choose a tag to compare
  • Fixes extraneous Database dependency in GeoFire/Utils.
  • Updates GeoFire to be compatible with Firebase 7.8 and above.

GeoFire 4.1.0

14 Dec 06:12
8260232
Compare
Choose a tag to compare

Broke out geohashing utilities into a RTDB-agnostic subspec (GFUtils).

GeoFire 4.0.1

22 Nov 23:25
Compare
Choose a tag to compare
  • Updates GeoFire to use Firebase 6. (#127)
  • Added Database snapshots to GeoFire events. (#128)

v1.1.3

08 Mar 01:12
Compare
Choose a tag to compare
  • Updated GFEventType to an NS_ENUM for better Swift compatibility.

v1.1.2

02 Jul 00:46
Compare
Choose a tag to compare

Fixed issue with ready event not firing when a query's center or radius is updated.

v1.1.1

27 May 17:20
Compare
Choose a tag to compare

Fixed issue with GeoFire install via Cocoapods in a Swift project.

v1.1.0

08 Nov 00:14
Compare
Choose a tag to compare
  • Add a new .indexOn rule to your Security and Firebase Rules for best performance. See the GitHub documentation for more information.
  • Upgraded Firebase dependency to 2.0.x.