Nick Cooke 6304c2356e [Release] Add changelog entry for #11151 (#11155) 3 jaren geleden
..
Source 767d7c28f4 Add `@discardableResult` to addDocument (#11151) 3 jaren geleden
Tests 15a38d32c8 Lru Memory GC (#10905) 3 jaren geleden
CHANGELOG.md 6304c2356e [Release] Add changelog entry for #11151 (#11155) 3 jaren geleden
README.md 45eeb546ef Add FirebaseFirestoreSwift readme (#5698) 5 jaren geleden

README.md

Firestore Swift Extensions

This directory contains source files for Firestore's Swift extensions SDK.

Installation

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.

Examples

See the Firestore quickstart sample and the official Firebase documentation for usage examples.

License

The Firestore Swift Extensions SDK is available under the Apache-2 license. See the top-level LICENSE file for more details.