imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore
MIT License
123 stars 36 forks source link

Reorganize the project structure #31

Closed Supercaly closed 5 years ago

Supercaly commented 5 years ago

Changes

The project structure has been reorganized in order to compact all the files into a single folder (as in standard projects). In this way opening the root directory you immediately have access to the different modules, the license file, the README.md, the CHANGELOG.md, and the documentation.

Migration to the use of a GeoPoint as a "g" parameter in the database (more compact and clean).

Add a CHANGELOG.md

Before Merge