You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Similarly for android, call this method in MainActivity:
135
-
132
+
//Similarly for android, call this method in MainActivity, We need Android deep link handling code for Apple oauth provider as well along with other oauth providers of supabase:
136
133
137
134
138
135
overridefunonNewIntent(
@@ -231,7 +228,6 @@ listOf(
231
228
isStatic =true
232
229
233
230
// Here: Export it to iosApp xcode project for calling handleDeepLink
234
-
export("io.github.sunildhiman90:kmauth-apple:<version>") //if using Sign In with Apple
235
231
export("io.github.sunildhiman90:kmauth-supabase:<version>") // if using Sign In with other OAuthProviders
0 commit comments