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: about 1 year ago
JSON representation

Android sample built with Jetpack Compose including best practices of how to use Supabase for storage, authentication, OAuth

Awesome Lists containing this project

README

          

🚀 Product Sample Supabase

[![Made with Supabase](https://supabase.com/badge-made-with-supabase-dark.svg)](https://supabase.com)

![manage-product-cover](https://github.com/hieuwu/product-sample-supabase-kt/assets/43868345/1bed0c84-208a-4266-a2ec-2bac50ddf80c)
[![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)

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

```