This is a example project only to test Firebase with carthage.
I have create a simple Makefile to easy update and clear carthage things, so simple.
make help
make carthage-clear
make carthage-clear-cache
make carthage-update
make build-device
make build-simulator
make deploy-device
make deploy-simulator
Im using this repository instructions:
https://github.com/firebase/firebase-ios-sdk
To run on device using command line you need node and ios-deploy tool:
brew install node
npm install -g ios-deploy
To run on simulator using command line you need node and ios-deploy tool:
brew install node
npm install -g ios-sim