firebase / firebase/firebase-admin-node

[FR] export users in JS/TS

オープン
#1,778 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
needs-triage type: feature request
主要言語
TypeScript
スター
1.7k
フォーク
419
平均マージ
3日 10時間
マージ済み PR(30日)
16

説明

**Is your feature request related to a problem? Please describe.**

I want to export my Firebase Authentication users in NodeJS [just as it's possible for Firestore](https://firebase.google.com/docs/firestore/solutions/schedule-export)

**Describe the solution you'd like**

```ts
import * as admin from "firebase-admin";
admin.auth().exportUsers({
outputUriPrefix: "gs://foo-bar",
});
```

**Describe alternatives you've considered**

[Using the CLI](https://firebase.google.com/docs/cli/auth)

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

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

評価

この issue はまだ評価されていません。

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

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