Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```