Skip to content

fummicc1/EasyFirebaseSwift

Repository files navigation

EasyFirebaseSwift

Build and Test Sources Test Practical Examples

アートボード 1

An Easy Firebase Library written in Swift.

Simple Example BoardApplication Example Sharing Photo Example

✨ Features

  • 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.

Installation

Supporting SwiftPackageManager (SPM).

.package(url: "https://github.com/fummicc1/EasyFirebaseSwift", .upToNextMajor(from: "2.1.1"))

Usage

Contributing

Pull requests, bug reports and feature requests are welcome 🚀

License

See License