Giter Club home page Giter Club logo

realflagsfirebase's Introduction

RealFlagsFirebase

RealFlagsFirebase is a plugin for RealFlags which is a feature flagging framework made for Swift.

Requirements

RealFlags can be installed on any platform which supports Swift 5.4+, including Windows and Linux. On Apple platform, the following configuration is required:

  • Firebase 9.0.0+
  • iOS 12+
  • Xcode 12.5+
  • Swift 5.4+

Installation

To use RealFlagsFirebase in your project you can use Swift Package Manager (our primary choice) or CocoaPods.

Swift Package Manager

Add it as a dependency in a Swift Package, and add it to your Package.swift:

dependencies: [
 .package(url: "https://github.com/immobiliare/RealFlagsFirebase.git", from: "1.0.0")
]

And add it as a dependency of your target:

targets: [
 .target(name: "MyTarget", dependencies: [
 .product(name: "https://github.com/immobiliare/RealFlagsFirebase.git", package: "RealFlagsFirebase")
 ])
]

In Xcode 11+, you can also navigate to the File menu and choose Swift Packages -> Add Package Dependency..., then enter the repository URL and version details.

Powered Apps

The amazing mobile team at ImmobiliareLabs created RealFlagsFirebase, the Tech dept at Immobiliare.it, the first real estate site in Italy. We are currently using RealFlagsFirebase in all of our products.

If you are using RealFlagsFirebase in your app drop us a message.

Support

We'd love for you to contribute to RealFlagsFirebase! If you have questions about using RealFlagsFirebase, bugs, and enhancement, please feel free to reach out by opening a GitHub Issue.

License

RealFlagsFirebase is licensed under the MIT license. See the LICENSE file for more information.

realflagsfirebase's People

Contributors

malcommac avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.