Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 605 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 605 Bytes

Live Tracking with Google Maps and Firebase

Prerequisite

  1. Nodejs
  2. Install Firebase globally
npm i -g firebase-tools

Getting Started

Install all dependencies

cd path/to/the/repo
npm install

Run the following commands and select the necessary options

firebase login --no-localhost
firebase init
firebase deploy

Please follow the blog for detailed Explaination

  1. Live Tracking with Google Maps and Firebase