An Easy Firebase Library written in Swift.
Simple Example | BoardApplication Example | Sharing Photo Example |
---|---|---|
- FirebaseAuth
- Apple Authentication
- SignIn with Email and Password (verifiable)
- SignIn with Email and Link
- CloudFirestore
- Get / Snapshot / Create / Update / Delete
- SubCollection
- CollectionGroup
- Support Combine
- Support Async (~ iOS15)
- FirebaseStorage
- Upload new file
- Download exsisting file
- Delete exsisting file
- Get all files in single folder.
Supporting SwiftPackageManager (SPM).
.package(url: "https://github.com/fummicc1/EasyFirebaseSwift", .upToNextMajor(from: "2.1.1"))
- Usage of Firestore Helper Client
- Usage of Auth Helper Client
- Usage of Storage Helper Client
- Example of EasyFirebaseSwift
Pull requests, bug reports and feature requests are welcome 🚀
See License