Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patilshreyas/firebaseflowexample

A sample android application which demonstrates use of Kotlin Coroutines Flow with Firebase Cloud Firestore.
https://github.com/patilshreyas/firebaseflowexample

android android-app coroutines coroutines-android firebase firebase-firestore flow kotlin kotlin-android

Last synced: 3 months ago
JSON representation

A sample android application which demonstrates use of Kotlin Coroutines Flow with Firebase Cloud Firestore.

Awesome Lists containing this project

README

        

# Firebase Flow Example
A sample android application which demonstrates use of Kotlin Coroutines Flow with Firebase Cloud Firestore.

## How to setup?
- Setup project on Firebase Console.
- Download `google-services.json` and put it in [`/app`](/app) directory.
- Run the application.