iDonJose / FireStore

Firebase Firestore helpful extensions + ReactiveSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FireStore

Working with Firebase Firestore become a whole lot easier with this framework ! References, automatic data mapping and reactive extensions are provided to help you focus on builduing your app.

🎲 Playground

Jump to the included Playground to get a quick hint of what this framework can do !

  1. Clone this repository.
  2. Install pods with $ pod install
  3. Open FireStore.xcworkspace
  4. Build FireStore-iOS scheme with an iOS Simulator
  5. Open Playground.playground
  6. Run Playground !

πŸ›  Installation

CocoaPods

If you are using CocoaPods as a dependency manager, add this one line to your Podfile:

Don't forget to add pods 'Firebase/Core' & 'Firebase/Firestore' !

pod 'FireStore'
pod 'Firebase/Core', '~> 5.12.0'
pod 'Firebase/Firestore', '~> 5.12.0'

And update your pods with this command:

$ pod install

Manually

To add FireStore to your project manually, download the source code and place it in your project directory.

πŸ‘‹ Contributing

  1. Fork this repository.
  2. Create a feature branch (git checkout -b feature/myFeature)
  3. Commit the changes (git commit -am 'Add my new feature')
  4. Push to the branch (git push origin feature/myFeature)
  5. Create a new Pull Request

✍️ Authors

FireStore was created and is still maintained by JosΓ© Donor.

πŸ‘ Greetings

FireStore was made possible thanks to :

πŸ“ƒ License

FireStore is released under an Apache 2.0 license. See License for more information.

About

Firebase Firestore helpful extensions + ReactiveSwift

License:Apache License 2.0


Languages

Language:Swift 96.0%Language:Ruby 3.4%Language:Objective-C 0.6%