Open NordlingDev opened 8 years ago
For iOS, they say that Cocoapod for GeoFire is not compatible with Firebase SDK 3.x.x. One solution is to have this in the Podfile:
Pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
Link for iOS: https://github.com/firebase/geofire-objc Link for Android: https://github.com/firebase/geofire-java
anyone know of another way to do geo spacial queries using this plugin?
Another one needing this.
2 years we are still need this. +1
this way doesn't work any more because the version of firebase is 5
For iOS, they say that Cocoapod for GeoFire is not compatible with Firebase SDK 3.x.x. One solution is to have this in the Podfile:
Pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
Link for iOS: https://github.com/firebase/geofire-objc Link for Android: https://github.com/firebase/geofire-java