You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app has a user avatar feature that allows users to delete their avatars. It's done through setting a null value to PhotoUrl and calling UpdateUserProfileAsync method. This works well on iOS and in Unity Editor, but on Android devices the task completes fine but the change is not applied.
Reproducing the issue
Use Android device
Call UpdateUserProfileAsync with user profile with valid Uri in PhotoUrl
Call UpdateUserProfileAsync with the user profile with PhotoUrl set to null
PhotoUrl doesn't change and remains the same as set on step 1
Description
Our app has a user avatar feature that allows users to delete their avatars. It's done through setting a null value to PhotoUrl and calling UpdateUserProfileAsync method. This works well on iOS and in Unity Editor, but on Android devices the task completes fine but the change is not applied.
Reproducing the issue
Firebase Unity SDK Version
12.2.0
Unity editor version
2022.3.46
Installation Method
Unity Package Manager
Problematic Firebase Component(s)
Authentication
Other Firebase Component(s) in use
Analytics, Crashlytics, Firestore, In-App Messaging, Installations, Messaging, Remote Config, Storage
Additional SDKs you are using
FacebookSDK, AppsFlyer, GoogleSignIn.
Targeted Platform(s)
Android
Unity editor platform
Mac
Scripting Runtime
IL2CPP
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
The text was updated successfully, but these errors were encountered: