What is the scheme and host for in GoTrueConfig? #263
-
While adapting the android-login demo for my project, I found this code (adapted to my project): fun GoTrueConfig.platformGoTrueConfig() {
scheme = "io.jan.supabase"
host = "login"
} Which was then used in install(GoTrue) {
platformGoTrueConfig()
} I couldn't find documentation about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
sorry if thats a bit late, I dont get notifications for discussions, the host and scheme are for deeplink callbacks when using OAuth. If you are using onetap, these are not required |
Beta Was this translation helpful? Give feedback.
sorry if thats a bit late, I dont get notifications for discussions, the host and scheme are for deeplink callbacks when using OAuth. If you are using onetap, these are not required