Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 729 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 729 Bytes

GeoFirestore-Sample-Code

This example is using GeoFirestore to store some dummy locations and query nearby locations based on a given geographic location.

Downloading GeoFirestore-Sample-Code

You can install GeoFirestore-Sample-Code as follows:

cd folder/to/clone-into/
git clone https://github.com/mostafaaminflakes/GeoFirestore-Sample-Code.git

Dependencies

Make sure to install the following dependencies:

  • firebase
  • geofirestore
  • lodash

Usage

Considering your Node, npm, Expo, React Native environment installed:

  • Edit the firebase config file located in:
./firestore/FirestoreConfig.js
  • Run the application.