|
|
4 лет назад | |
|---|---|---|
| .. | ||
| Source | 642ca20b09 Fix doc typos in FirestoreQuery.swift (#8920) | 4 лет назад |
| Tests | a08cf2c5fb FirestoreSwift: swift version update and pod lib lint testing (#8752) | 4 лет назад |
| CHANGELOG.md | 79ef4cd068 Add `@FirestoreQuery` to changelog (#8769) | 4 лет назад |
| README.md | 45eeb546ef Add FirebaseFirestoreSwift readme (#5698) | 5 лет назад |
This directory contains source files for Firestore's Swift extensions SDK.
The FirebaseFirestoreSwift module is currently only available for installation through CocoaPods. To add FirebaseFirestoreSwift to your project, add the following to your Podfile
pod 'FirebaseFirestoreSwift'
You will need to import the FirebaseFirestoreSwift module in any source file that depends on it, since it's not automatically bundled with the Firestore module.
import Firebase
import FirebaseFirestoreSwift
The FirebaseFirestoreSwift module does not provide any additional utility to Objective-C projects, and therefore is not recommended for non-Swift projects.
See the Firestore quickstart sample and the official Firebase documentation for usage examples.
The Firestore Swift Extensions SDK is available under the Apache-2 license. See the top-level LICENSE file for more details.