firebase / firebase/firebase-admin-python

[FR] Send password reset email function

Open
#618 6 comments 3 reactions 0 assignees View on GitHub
needs-triage type: feature request
Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
5d 6m
Merged PRs (30d)
2

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.