imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to integrate this into a plain java project?

scm573 opened this issue · comments

Hey guys,

Currently we use a java batch to write data to Firestore, that means we need to construct the GeoHashes from the batch instead of from an Android project.
But after adding the dependency I find I cannot access the classes inside the .aar library, so as a workaround now I just added the several required classes.
Is there any better ways to solve this problem?

OK. I just find I can directly use this instead:
https://github.com/firebase/geofire-java