firebase / firebase/firebase-admin-node
[FR] export users in JS/TS
Đang mở
needs-triage
type: feature request
- Ngôn ngữ chính
- TypeScript
- Star
- 1.7k
- Fork
- 419
- Merge trung bình
- 3 ngày 10 giờ
- Pull request đã merge (30 ngày)
- 16
Mô tả
**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)
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.