We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f933070 commit 1113cc0Copy full SHA for 1113cc0
auth/upgrade-guide.md
@@ -0,0 +1,5 @@
1
+# Removals
2
+
3
+- `AuthUI#signOut(Activity)` and `AuthUI#delete(Activity)` -> `AuthUI#signOut(AppCompatActivity)` and `AuthUI#delete(AppCompatActivity)`
4
+- `AuthUI.SignInIntentBuilder#setProviders(String...)` -> `AuthUI.SignInIntentBuilder#setProviders(List<IdpConfig>)`
5
+- `com.firebase.ui.auth.ui.ResultCodes` -> Check for `Activity#RESULT_CANCELLED` and use `IdpResponse#getErrorCode()`
0 commit comments