A dating app that creates meaningful connections through food (Push notifications, Firebase, Chat, Schedule Calendar, Onboarding, Social media Login)
dAte is a iOS mobile app that matches users based on their food preferences.
A few of the things you can do with dAte:
Project Management/Progress:
https://trello.com/b/U6tB0D4k/capstonetrello
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:$ sudo gem install cocoapods
To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target 'dAte' do
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
end
Then, run the following command in Terminal:$ pod install