firebase / geofire-java

GeoFire for Java - Realtime location queries with Firebase
MIT License
670 stars 271 forks source link

Multiple Databasereference #73

Closed inromualdo closed 6 years ago

inromualdo commented 7 years ago

Can i use geoFire with multiple Databasereference at same time

moseskarunia commented 7 years ago

Afaik, no. 1 geofire instance is tied only to 1 database reference.

vanniktech commented 6 years ago

We have 3 references that we use and hence we're using 3 GeoFire instances and it works fine so far.

Using multiple references together is not supported.

samtstern commented 6 years ago

@inromualdo as the other comments said this is not currently supported.