Giter Site home page Giter Site logo

itznotabug / arc Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 18 KB

An appwrite addon for Android, iOS & Flutter that mimics the RemoteConfig from Firebase.

Kotlin 37.09% Dart 28.55% Swift 34.37%
android appwrite appwrite-database flutter ios remoteconfig appwrite-remote-config

arc's Introduction

AppwriteRemoteConfig ๐Ÿš€

A Firebase RemoteConfig like solution for appwrite!

Features ๐ŸŒŸ

  1. Fetching and Caching Seamlessly fetch configurations from an Appwrite, cache & store them locally!

  2. Default Configurations Set default configurations that your app can fall back on in the absence of fetched configurations or when offline.

  3. Realtime Updates Observe changes to your RemoteConfig collection in realtime using Appwrite's Realtime capabilities.

  4. Drop In Replacement [Almost] The API is designed to be familiar to those who have used Firebase RemoteConfig.

Getting Started ๐Ÿ› 

  1. Database: Create a Database, name it as you want & set an ID. Recommended ID: remote_config (configurable in the api).

  2. Collection: Create a Collection, name it as you want & set an ID. Recommended ID: release (configurable in the api).

  3. Attributes: Create 2 attributes as key, value pattern. Recommended: key: String & value: String (configurable in the api). Ensure the size of the value attribute is sufficient, especially if you plan to store URLs or other long strings. I'd advise using a size of 1024 as a precaution.

Usage ๐Ÿ”ง

Explore the platform-specific directories (Android, iOS, Flutter) to get an insight into the API and its integration into your project.

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.