firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.44k stars 3.91k forks source link

[firebase_auth]: Can not change photoURL of Google User #12705

Closed jtdLab closed 3 weeks ago

jtdLab commented 3 weeks ago

Is there an existing issue for this?

Which plugins are affected?

Auth

Which platforms are affected?

Android, iOS

Description

When using user.updatePhotoURL(newPhoto) on a user with provider google.com the photoURL is not updated

Reproducing the issue

  1. Create Google User.
  2. Run user.updatePhotoURL(newPhoto)

Firebase Core version

2.30.0

Flutter Version

3.19.0

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
```yaml Replace this line with the contents of your `flutter pub deps -- --style=compact`. ```

Additional context and comments

No response

russellwheatley commented 3 weeks ago

@jtdLab - I tested this, it works fine. We're going to need a reproduction and the platform you're experiencing this on.

jtdLab commented 3 weeks ago

Never mind