Skip to content

Commit

Permalink
Merge pull request #823 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
Update `supabaseModule.kt` references
  • Loading branch information
jan-tennert authored Dec 24, 2024
2 parents 5736c2e + 5ffd888 commit f9c09f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/chat-demo-mpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sample/file-upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sample/multi-factor-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c09f9

Please sign in to comment.