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
- Host: GitHub
- URL: https://github.com/keygenqt/android-firebasestack
- Owner: keygenqt
- Created: 2021-06-21T14:56:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:10:16.000Z (over 3 years ago)
- Last Synced: 2025-03-29T19:11:21.732Z (about 1 year ago)
- Topics: android, compose, firebase, kotlin
- Language: Kotlin
- Homepage:
- Size: 39.2 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firebase Stack
===================

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.
```