Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hieuwu/product-sample-supabase-kt
Android sample built with Jetpack Compose including best practices of how to use Supabase for storage, authentication, OAuth
https://github.com/hieuwu/product-sample-supabase-kt
android jetpack-compose supabase supabase-client supabase-kt
Last synced: 2 months ago
JSON representation
Android sample built with Jetpack Compose including best practices of how to use Supabase for storage, authentication, OAuth
- Host: GitHub
- URL: https://github.com/hieuwu/product-sample-supabase-kt
- Owner: hieuwu
- License: mit
- Created: 2023-05-31T15:58:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:36:46.000Z (6 months ago)
- Last Synced: 2024-10-12T02:29:17.332Z (3 months ago)
- Topics: android, jetpack-compose, supabase, supabase-client, supabase-kt
- Language: Kotlin
- Homepage:
- Size: 1.57 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# product-sample-supabase-kt
Demonstration and best practices of how to use Supabase database for CRUD operation[![Android CI](https://github.com/hieuwu/product-sample-supabase-kt/actions/workflows/app-build.yml/badge.svg)](https://github.com/hieuwu/product-sample-supabase-kt/actions/workflows/app-build.yml)
![manage-product-cover](https://github.com/hieuwu/product-sample-supabase-kt/assets/43868345/1bed0c84-208a-4266-a2ec-2bac50ddf80c)
### Setup
Android Studio with SDK 30 or above
Open `local.properties` file, add these
```kotlin
API_KEY=YOUR_SUPABASE_API_KEY
SECRET=YOUR_SUPABASE_SECRET
SUPABASE_URL=YOUR_SUPABASE_URL```