Mobile App to publish your trips, easily. Final project for the Mobile Technologies Course. Implements some Firebase technologies like Firestore, Storage and Authentication. It also implements Google Maps and the OpenWeather API.
If you'd like to run it locally, you'll need to add the following API keys to the local.properties
file:
- Google Maps Key:
MAPS_API_KEY=YOUR_GMAPS_API_KEY
- Open Weather Key:
OPENWEATHER_API_KEY=YOUR_OPENWEATHER_API_KEY