firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.02k stars 315 forks source link

Unable to remove email from userRecord #678

Open chaitanya4288 opened 1 year ago

chaitanya4288 commented 1 year ago

unable to remove the email from userRecord using update_user auth.update_user("xyz", providers_to_delete=['password', 'google.com', 'apple.com', 'facebook.com']) It only removes the provider data and does not remove the email.

But using the above method, phone number can be removed. It removes both provider and the phone_number as well auth.update_user("xyz", providers_to_delete=['phone'])

Is there no other way to remove/delete email from a userRecord?

Adeline09 commented 10 months ago

Hi I want to work on this issue. Could you assign it to me pls