Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.42 KB

File metadata and controls

50 lines (27 loc) · 1.42 KB

Trip Manager

The app provides trip management features using Google location services API and Google Firestore

New Project (2)

Features

  • Secure Login and Signup using Firebase Authentication
  • Accurate Location Tracking using GPS
  • Data stored securely over Google Firebase Cloud
  • Live Maps Preview of Trip Details

API Reference

Get Google Maps API Key and replace in the manifest file

  Android -> app/manifests/AndroidManifest.xml
Parameter Type Description
${MAPS_API_KEY} string Required. Your API key

Get google-services.json from Google Firebase and paste it in the below path

   Project -> app
File Type Description
google-services.json json Required. Firebase config file

Documentation