Route posting app for exercise and sightseeing. Uses Google's Firestore and Auth from Firebase for database requests. Users can post routes by recording their movement, posts can additionally have a title and description.
As the project is using external frameworks downloaded with pods, you must do the following terminal commands after downloading the repository with the project folder:
1. cd (repository install folder)/Examples/Routify/Routify/
2. pod deintegrate; pod install
3. open Routify.xcworkspace
If you wish to reopen the project in the future, you must open Routify.xcworkspace