Skip to content

Commit 1113cc0

Browse files
committed
Add list of removals for tracking purposes
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent f933070 commit 1113cc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

auth/upgrade-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)