flare

Integrates Firebase services like Authentication, Firestore, Storage, and Cloud Functions with a coroutine-based API style, enhancing backend app development experience through streamlined asynchronous operations and serialization.

Android JVMJVMKotlin/Native
GitHub stars0
Open issues1
LicenseApache License 2.0
Creation dateover 4 years ago

Last activityover 3 years ago
Latest release1.0.0-alpha12 (over 3 years ago)

Maven metadata URL

fire

Flare

Setup

Step 1: Create a Firebase Project

Link to Firebase Setup Documentation: https://firebase.google.com/docs/android/setup

Step 2: Register Your App With Firebase

Step 3: Add a Firebase Configuration File

Step 4: Add Firebase SDKs to Your App

Get Started

You can access different services using instances:

val auth = FirebaseAuth.instance
val firestore = FirebaseFirestore.instance
val storage = FirebaseStorage.instance
val functions = FirebaseFunctions.instance

Supported APIs

So far, there are two platforms that Flare supports: Android and iOS. Within these two platforms, Flare supports various services that can help with Authentification, Firestore, Storage, and Cloud Functions. In the future, the hope is to add support for JavaScript and other services.

Cool APIs

Flare has a very functional API style. It uses Kotlin coroutines and Kotlin Serialization for FireStore, making your backend app development experience seamless and problem free.

Android JVMJVMKotlin/Native
GitHub stars0
Open issues1
LicenseApache License 2.0
Creation dateover 4 years ago

Last activityover 3 years ago
Latest release1.0.0-alpha12 (over 3 years ago)

Maven metadata URL

fire

Flare

Setup

Step 1: Create a Firebase Project

Link to Firebase Setup Documentation: https://firebase.google.com/docs/android/setup

Step 2: Register Your App With Firebase

Step 3: Add a Firebase Configuration File

Step 4: Add Firebase SDKs to Your App

Get Started

You can access different services using instances:

val auth = FirebaseAuth.instance
val firestore = FirebaseFirestore.instance
val storage = FirebaseStorage.instance
val functions = FirebaseFunctions.instance

Supported APIs

So far, there are two platforms that Flare supports: Android and iOS. Within these two platforms, Flare supports various services that can help with Authentification, Firestore, Storage, and Cloud Functions. In the future, the hope is to add support for JavaScript and other services.

Cool APIs

Flare has a very functional API style. It uses Kotlin coroutines and Kotlin Serialization for FireStore, making your backend app development experience seamless and problem free.