Mapster is a social networking application that allows users to share their location with a community of friends using pictures as the primary source of interaction (Imagine an Instagram and Snapchat offspring). Users will have the ability to search users or photos within a certain radius of their location in order to expand their Mapster community. Add to your profile by posting your own images or geolocation, all of which are viewable to those you allow.
Features:
- Take/Share images with geolocation attached and add to user profile
- View images taken within a given radius of your location
- Add/Remove friends to increase your reached demographic
- Allow friends (or all users) to locate you via a pin displayed on a map.
- Search and Connect with users within a given radius of your location.
- Ability to navigate to photo/friend location via map pins
- Send and Receive messages from friends and others
Brice Allard - https://github.com/briceallard
Vasudev Vijayaraman - https://github.com/vvijayaraman0822
Zac Conley - https://github.com/acdczlc
Darien Cortez - https://github.com/dcortez0817
William Divine - https://github.com/mack2great
Chris Duhan - https://github.com/ChrisDuhan
Cory Michener - https://github.com/Arbiter1223
Carlos Placencia - https://github.com/CarlosPlacencia
Travis Rowe - https://github.com/Travisrowe
Drew Smith - https://github.com/buddyjasmith
Brett Workman - https://github.com/BMWorkman
Camera: Zac Conley, Vasudev Vijayaraman
Maps: Carlos Placencia, Drew Smith
Messaging: Travis Rowe, Brett Workman
Providers: Brice Allard, Chris Duhan
UI/UX: Darien Cortez, William Divine, Cory Michener
Firebase is a platform that makes developing apps easier. it is owned by Google and is easy to Integrate to your project. It combines Analytics, Database, Authentication, Storage, Hosting, Crash Reports, AdMob etc.
$> cordova platform rm ios
$> cordova plugin rm cordova-plugin-googlemaps
$> [sudo] gem install cocoapods
or
$ brew update
$ brew upgrade cocoapods
$ pod setup
// confirm
$> pod --version
1.4.0 or above should be fine.
$> cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ ...
$> cordova platform add ios