An app to ask development questions or post bits of code for others to check out
-
Clone repo
-
cd /path/to/project
-
"pod init"
-
Open podfile and add these pods (including ''):
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
-
Save podfile
-
"pod install"
-
Open .xcworkspace and compile