Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

ItzNotABug/arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Firebase RemoteConfig like solution forappwrite!

Features 🌟

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

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

  3. Realtime UpdatesObserve 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 askey,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 theAPI and its integration into your project.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp