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

[FR] add listDatabases() to admin SDK

オープン
#2,607 コメント 1 件 リアクション 4 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

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

評価

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

調査の方向性

issue ではファイルもテストも指定されていません。まず既存の listCollections() の実装をたどり、firebase firestore:databases:list CLI の動作と比較します。admin SDK が Firestore プロジェクト向けに listDatabases() を公開し、そのデータベースを返すようになれば作業は完了です。

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

説明

needs-triage type: feature request

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm building an app that connects to user's firestore database and I have no way of fetching the databases they already use in their project. listCollections() is a method that comes in very handy to do something similar on a lower level.

Describe the solution you'd like
A clear and concise description of what you want to happen.
listDatabases() should return a list of the databases for a certain db object that corresponds to a firestore project.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Maybe there's a way I can get this to work in my node environment with the cli command firebase firestore:databases:list but not sure how...

Additional context
Add any other context, code samples or screenshots about the feature request here.

主要言語
TypeScript
スター
1.7k
フォーク
419
平均マージ
4日 20時間
マージ済み PR(30日)
16

環境構築

はじめの一歩

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

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

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

似ている issue

TypeScript の issue をもっと見る

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

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