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: about 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T14:14:06.000Z (over 1 year ago)
- Last Synced: 2025-03-17T18:17:22.487Z (over 1 year ago)
- Topics: android, jetpack-compose, supabase, supabase-client, supabase-kt
- Language: Kotlin
- Homepage:
- Size: 1.57 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚀 Product Sample Supabase
[](https://supabase.com)

[](https://github.com/hieuwu/product-sample-supabase-kt/actions/workflows/app-build.yml)
### About
Demonstration and best practices of how to use Supabase database for CRUD operation
### 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
```