https://github.com/larkes-cyber/kmpfirebaseappsample
This app is a crypto portfolio mobile app that demonstrates modern Kotlin Multiplatform development with Firebase based on MVI architecture. Included features: authentication, realtime database
https://github.com/larkes-cyber/kmpfirebaseappsample
compose-multiplatform cryptocurrency firebase firebase-auth firebase-realtime-database jetpack-compose koin kotlin-multiplatform swiftui
Last synced: 6 months ago
JSON representation
This app is a crypto portfolio mobile app that demonstrates modern Kotlin Multiplatform development with Firebase based on MVI architecture. Included features: authentication, realtime database
- Host: GitHub
- URL: https://github.com/larkes-cyber/kmpfirebaseappsample
- Owner: larkes-cyber
- Created: 2024-09-14T10:19:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T09:03:29.000Z (about 1 year ago)
- Last Synced: 2025-04-07T09:52:21.076Z (9 months ago)
- Topics: compose-multiplatform, cryptocurrency, firebase, firebase-auth, firebase-realtime-database, jetpack-compose, koin, kotlin-multiplatform, swiftui
- Language: Kotlin
- Homepage:
- Size: 12.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kotlin Multiplatform && Firebase App Sample
This app is a crypto portfolio mobile app that demonstrates modern Kotlin Multiplatform development with Firebase based on MVI architecture. Included features: authentication, realtime database, crashlytics
> [!TIP]
> If you want to see compose multiplatform version, check out the [compose-multiplatform](https://github.com/larkes-cyber/KmpFirebaseAppSample/tree/compose-multiplatform).
## Overview
### Portfolio

### Add coin

### Auth

## How to start
- Put your google-service.json into [androidApp folder](https://github.com/larkes-cyber/KmpFirebaseAppSample/tree/main/androidApp)
- Put your GoogleService-info.plist into [iosApp folder](https://github.com/larkes-cyber/KmpFirebaseAppSample/tree/main/iosApp/iosApp)
- Configure firebase params in [Constants](https://github.com/larkes-cyber/KmpFirebaseAppSample/blob/main/shared/src/commonMain/kotlin/com/larkes/firebasecryptoportfoliosample/utils/Constants.kt)
- Configure GIDClientID and GIDServerClientID in [Info.plist](https://github.com/larkes-cyber/KmpFirebaseAppSample/blob/main/iosApp/iosApp/Info.plist)
- Add REVERSED_CLIENT_ID into URL_TYPES in [Info.plist](https://github.com/larkes-cyber/KmpFirebaseAppSample/blob/main/iosApp/iosApp/Info.plist)
- Enjoy the app!