Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patilshreyas/firebaseflowexample
- Owner: PatilShreyas
- Created: 2020-04-21T09:30:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T07:24:23.000Z (over 4 years ago)
- Last Synced: 2024-10-14T03:43:17.373Z (4 months ago)
- Topics: android, android-app, coroutines, coroutines-android, firebase, firebase-firestore, flow, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 133 KB
- Stars: 51
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.