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

https://github.com/keygenqt/android-firebasestack

The demo application making the most of Firebase
https://github.com/keygenqt/android-firebasestack

android compose firebase kotlin

Last synced: about 1 year ago
JSON representation

The demo application making the most of Firebase

Awesome Lists containing this project

README

          

Firebase Stack
===================

![picture](data/preview.png)

The demo application making the most of Firebase

### Architecture
* [Guide to app architecture](https://developer.android.com/jetpack/guide) - MVVM
* [Kotlin](https://kotlinlang.org/) - 100%
* [Jetpack Compose](https://developer.android.com/jetpack/compose)
* [Android 12](https://developer.android.com/about/versions/12?authuser=1)

### Firebase Stack
* :heavy_check_mark: [Google Analytics](https://firebase.google.com/docs/analytics)
* :heavy_check_mark: [Firebase Authentication](https://firebase.google.com/docs/auth)
* :heavy_check_mark: [Firebase Realtime Database](https://firebase.google.com/docs/database)
* :heavy_check_mark: [Firebase Crashlytics](https://firebase.google.com/docs/crashlytics)
* :heavy_check_mark: [Firebase Performance Monitoring](https://firebase.google.com/docs/perf-mon)
* :heavy_check_mark: [Firebase Remote Config](https://firebase.google.com/docs/remote-config)
* :heavy_check_mark: [Firebase In-App Messaging](https://firebase.google.com/docs/in-app-messaging)
* :heavy_check_mark: [Firebase App Distribution](https://firebase.google.com/docs/app-distribution)
* :heavy_check_mark: [Firebase A/B Testing](https://firebase.google.com/docs/ab-testing)
* :heavy_check_mark: [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging)

### Preview





# License

```
Copyright 2021 Vitaliy Zarubin

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```