Working with Firebase Database
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.
Jump to the included Playground to get a quick hint of what this framework can do !
- Clone this repository.
- Install pods with
$ pod install
- Open
FireDatabase.xcworkspace
- Build
FireDatabase-iOS
scheme with an iOS Simulator - Open
Playground.playground
- Run Playground !
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/Database' !
pod 'FireDatabase'
pod 'Firebase/Core', '~> 5.12.0'
pod 'Firebase/Database', '~> 5.12.0'
And update your pods with this command:
$ pod install
To add FireDatabase to your project manually, download the source code and place it in your project directory.
- Fork this repository.
- Create a feature branch (
git checkout -b feature/myFeature
) - Commit the changes (
git commit -am 'Add my new feature'
) - Push to the branch (
git push origin feature/myFeature
) - Create a new Pull Request
FireDatabase was created and is still maintained by José Donor.
FireDatabase was made possible thanks to :
FireDatabase is released under an Apache 2.0 license. See License for more information.