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

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

Awesome Lists containing this project

README

          

Kotlin Multiplatform && Firebase App Sample



License
API



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
Снимок экрана 2024-09-16 в 14 40 31

### Add coin
Снимок экрана 2024-09-16 в 14 40 52

### Auth
image

## 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!