firebase / firebase/firebase-admin-python

[FR] Send password reset email function

未關閉
#618 6 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
needs-triage type: feature request
主要語言
Python
星號
1.2k
分支
359
平均合併
5 天 6 分鐘
30 天內合併 PR
2

描述

**Is your feature request related to a problem? Please describe.**
Via `firebase_admin_auth` I'm able to create and manage users. When I want to generate a password reset email through the default Firebase functionality (Firebase sends the email), I'm not able to do this through the Admin SDK, as only `generate_password_reset_link` is supported. I have to resort to sending a REST API call instead.

**Describe the solution you'd like**
Support a `send_password_reset_email` function that sends an email via Firebase to reset her password, similar to the Node.js client.

**Describe alternatives you've considered**
Sending a REST API call through HTTP.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。