From 5ffd8889ceb987b64ebe33ff8d2fe2eee1938d3a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 23 Dec 2024 08:25:27 -0800 Subject: [PATCH] Update `supabaseModule.kt` references Signed-off-by: Emmanuel Ferdman --- sample/chat-demo-mpp/README.md | 2 +- sample/file-upload/README.md | 2 +- sample/multi-factor-auth/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample/chat-demo-mpp/README.md b/sample/chat-demo-mpp/README.md index 1b3c82632..3e700e6a3 100644 --- a/sample/chat-demo-mpp/README.md +++ b/sample/chat-demo-mpp/README.md @@ -16,7 +16,7 @@ To run the app, you need to create a Supabase project and create a table called ![image](https://user-images.githubusercontent.com/26686035/216403760-067b563f-621c-435e-887b-0ef2086854a1.png) -Then you need to specify your Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/demos/chat-demo-mpp/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) +Then you need to specify your Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/sample/chat-demo-mpp/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) If you want Google login to work, set it up in the Supabase dashboard and add `io.jan.supabase://login` to the registered urls. # Running diff --git a/sample/file-upload/README.md b/sample/file-upload/README.md index b0157f49e..ede9eef8a 100644 --- a/sample/file-upload/README.md +++ b/sample/file-upload/README.md @@ -12,7 +12,7 @@ https://user-images.githubusercontent.com/26686035/233403165-26d87217-a0c9-4abd- To run the app, you need to create a Supabase project and create a public bucket with the permissions for anonymous users to upload files. -Then you need to specify your bucket id, Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/demos/file-upload/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) +Then you need to specify your bucket id, Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/sample/file-upload/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) # Running diff --git a/sample/multi-factor-auth/README.md b/sample/multi-factor-auth/README.md index c4c6c1320..88099d508 100644 --- a/sample/multi-factor-auth/README.md +++ b/sample/multi-factor-auth/README.md @@ -10,7 +10,7 @@ https://github.com/supabase-community/supabase-kt/assets/26686035/abe3eb3d-32f4- # Configuration -You need to specify your Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/demos/multi-factor-authentication/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) +You need to specify your Supabase url and key in [supabaseModule.kt](https://github.com/supabase-community/supabase-kt/blob/master/sample/multi-factor-auth/common/src/commonMain/kotlin/io/github/jan/supabase/common/di/supabaseModule.kt) If you want to try out Google OAuth, set it up in the Supabase dashboard and add `io.jan.supabase://login` to the registered urls. # Running