Skip to content

Commit 192b6f9

Browse files
committed
pass context to rememberSignInWithFacebookLauncher
1 parent 32d7d99 commit 192b6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composeapp/src/main/java/com/firebase/composeapp/ui/screens/FirebaseAuthScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ fun FirebaseAuthScreen(
108108

109109
else -> {
110110
val onSignInWithFacebook = authUI.rememberSignInWithFacebookLauncher(
111+
context = context,
111112
config = configuration,
112113
provider = configuration.providers.filterIsInstance<AuthProvider.Facebook>()
113114
.first()

0 commit comments

Comments
 (0)