firebase / firebase/firebase-admin-node
[FR] export users in JS/TS
オープン
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 はまだ評価されていません。