Skip to content

Commit f8a3014

Browse files
committed
chore: remove comments
1 parent 01e873f commit f8a3014

File tree

1 file changed

+0
-6
lines changed
  • auth/src/main/java/com/firebase/ui/auth/compose/configuration/auth_provider

1 file changed

+0
-6
lines changed

auth/src/main/java/com/firebase/ui/auth/compose/configuration/auth_provider/AuthProvider.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ abstract class AuthProvider(open val providerId: String) {
109109
* @param displayName The display name to set (if current is empty)
110110
* @param photoUri The photo URL to set (if current is null)
111111
*
112-
* **Old library reference:**
113-
* - ProfileMerger.java:34-56 (complete implementation)
114-
* - ProfileMerger.java:39-43 (only update if profile incomplete)
115-
* - ProfileMerger.java:49-55 (updateProfile call)
116-
*
117112
* **Note:** This operation always succeeds to minimize login interruptions.
118113
* Failures are logged but don't prevent sign-in completion.
119114
*/
@@ -149,7 +144,6 @@ abstract class AuthProvider(open val providerId: String) {
149144
}
150145
} catch (e: Exception) {
151146
// Log error but don't throw - profile update failure shouldn't prevent sign-in
152-
// Old library uses TaskFailureLogger for this
153147
Log.e("AuthProvider.Email", "Error updating profile", e)
154148
}
155149
}

0 commit comments

Comments
 (0)