Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[FR] Send password reset email function

オープン
#618 コメント 6 件 リアクション 3 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
firebase, python

調査の方向性

まず、generate_password_reset_link に対する既存の firebase_admin_auth のサポートを読み、その動作を Node.js クライアントと比較します。Issue で説明されている REST API の代替案を確認し、新しい send_password_reset_email 関数を Admin SDK にどのように組み込むべきかを判断します。Firebase が、呼び出し元に別の HTTP リクエストを行わせることなく、パスワードリセットメールを送信できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

needs-triage type: feature request

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.

主要言語
Python
スター
1.2k
フォーク
359
平均マージ
3日 9時間
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

firebase/firebase-admin-python のほかの issue

firebase/firebase-admin-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。