File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
auth/src/main/java/com/firebase/ui/auth/compose/configuration/auth_provider Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments