https://github.com/fromkk/closureinjectionsample
https://github.com/fromkk/closureinjectionsample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fromkk/closureinjectionsample
- Owner: fromkk
- Created: 2018-12-09T12:16:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T08:49:35.000Z (over 7 years ago)
- Last Synced: 2025-02-03T14:28:05.591Z (over 1 year ago)
- Language: Swift
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClosureInjection sample
  [](https://app.bitrise.io/app/d38251109598b007)
---
# What
Sample code for `Closure Injection`
# Features
- Choose your photos and videos from camera roll and upload to Firebase(Firestore and Storage)
# How to build
Clone repository
```sh
git clone git@github.com:fromkk/ClosureInjectionSample.git
```
Change directory
```sh
cd ./ClosureInjectionSample
```
Load libraries
```bash
carthage build --platform ios
pod update
```
Add GoogleService-Info.plist
```bash
mv /path/from/GoogleService-Info.plist ./FirebaseUploaderSample/Resources/
```
Open and build
```bash
open ./FirebaseUploaderSample.xcworkspace
```
**Build and Run!**