Suguru Kishimoto
Suguru Kishimoto
ref #40 . ## Plan ``` swift let scrollView: UIScrollView = ... let sliceSize: CGSize = ... let data = try! PDFGenerator.generate(scrollView, sliceSize: sliceSize) ``` - Only **UIScrollView** (and its...
FireSnapshot does not currently support nullable `@Reference`. So, the code that like below will be failed to decode. ```swift struct Model: SnapshotData { var name: String @Reference var user =...
### Description I introduced a new command `firebase firestore:rules:compile` so that developers can check `firestore.rules` before deploying to Firebase. Also, they can use it for lint. For example, they embed...
- [ ] Create `swift2.1` branch from master. - [ ] Fix code for Swift 2.2. - [ ] Update README.md.
- [ ] Travis CI - [ ] Hound CI