Skip to content

Commit ecb8a80

Browse files
committed
fix ci
1 parent 1ebc62c commit ecb8a80

File tree

1 file changed

+1
-1
lines changed
  • auth/src/main/java/com/firebase/ui/auth

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/AuthUI.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ class AuthUI private constructor(private val mApp: FirebaseApp) {
781781

782782
const val NO_LOGO = -1
783783

784-
val SUPPORTED_PROVIDERS: Set<String> = setOf(
784+
public val SUPPORTED_PROVIDERS: Set<String> = setOf(
785785
GoogleAuthProvider.PROVIDER_ID,
786786
FacebookAuthProvider.PROVIDER_ID,
787787
TwitterAuthProvider.PROVIDER_ID,

0 commit comments

Comments
 (0)