The app provides trip management features using Google location services API and Google Firestore
- 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
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 |
