Update README.md

This commit is contained in:
Oleksii Dykan
2017-10-24 14:45:13 +02:00
committed by GitHub
parent b2e5462194
commit b8c4586e30

View File

@@ -25,6 +25,7 @@ And this is how you would encode it with [Firebase Firestore](https://firebase.g
```swift
import Firebase
import CodableFirebase
let model: Model // here you will create an instance of Model
let docData = try! FirestoreEncoder().encode(model)