This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ at `/bars/<bar-id>`.
4343
4444### Upgrading from GeoFire 1.x to 2.x
4545
46- GeoFire 2.0.0 is based on the new 3.x release of [ Firebase] ( https://firebase.google.com ) .
46+ GeoFire 2.x is based on the new 3.x release of [ Firebase] ( https://firebase.google.com ) .
4747
4848### Upgrading from GeoFire 1.0.x to 1.1.x
4949
@@ -72,15 +72,15 @@ For Android applications:
7272
7373``` groovy
7474dependencies {
75- compile 'com.firebase:geofire-android:2.0 .0'
75+ compile 'com.firebase:geofire-android:2.1 .0'
7676}
7777```
7878
7979For non-Android Java applications:
8080
8181``` groovy
8282dependencies {
83- compile 'com.firebase:geofire-java:2.0 .0'
83+ compile 'com.firebase:geofire-java:2.1 .0'
8484}
8585
8686```
@@ -95,7 +95,7 @@ For Android applications:
9595<dependency >
9696 <groupId >com.firebase</groupId >
9797 <artifactId >geofire-android</artifactId >
98- <version >2.0 .0</version >
98+ <version >2.1 .0</version >
9999</dependency >
100100```
101101
@@ -105,7 +105,7 @@ For non-Android Java applications:
105105<dependency >
106106 <groupId >com.firebase</groupId >
107107 <artifactId >geofire-java</artifactId >
108- <version >2.0 .0</version >
108+ <version >2.1 .0</version >
109109</dependency >
110110```
111111
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.firebase</groupId >
88 <artifactId >geofire</artifactId >
9- <version >2.0.1 -SNAPSHOT</version >
9+ <version >2.1.0 -SNAPSHOT</version >
1010 <relativePath >../</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 1+ v2.1.0
2+ * Add method to update GeoQuery center and radius together.
3+
14important - Add a new `.indexOn` rule to your Security and Firebase Rules for best performance. See the GitHub documentation for more information.
25feature - Upgraded Firebase dependency to 2.0.x.
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.firebase</groupId >
88 <artifactId >geofire</artifactId >
9- <version >2.0.1 -SNAPSHOT</version >
9+ <version >2.1.0 -SNAPSHOT</version >
1010 <relativePath >../</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 44
55 <groupId >com.firebase</groupId >
66 <artifactId >geofire</artifactId >
7- <version >2.0.1 -SNAPSHOT</version >
7+ <version >2.1.0 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <name >geofire</name >
You can’t perform that action at this time.
0 commit comments