Skip to content

Commit

Permalink
Adds downloading instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Sridhar committed Jul 10, 2018
1 parent 75bcfd5 commit a1c03b3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ Assume you are building an app to rate bars, and you store all information for a
## Including GeoFirestore in your Android project

In order to use GeoFirestore in your project, you need to [add the Firestore Android
SDK](https://firebase.google.com/docs/firestore/quickstart). After that you can include GeoFirestore as shown below.
SDK](https://firebase.google.com/docs/firestore/quickstart). After that you can include GeoFirestore in your project.

### Gradle

Add a dependency for GeoFirestore to your `gradle.build` file.

```groovy
dependencies {
compile 'com.imperiumlabs:geofirestore-android:0.1.0'
}
```
Follow [these instructions](https://jitpack.io/#imperiumlabs/GeoFirestore-Android/v1.1.0) to add GeoFirestore using gradle, maven, sbt, and leiningen.

## Getting Started with Firestore

Expand Down

0 comments on commit a1c03b3

Please sign in to comment.