firebase / firebase/firebase-admin-node
[FR] export users in JS/TS
Aperta
needs-triage
type: feature request
- Lingua principale
- TypeScript
- Stelle
- 1.7k
- Fork
- 419
- Merge medio
- 3g 10h
- PR unite (30g)
- 16
Descrizione
**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)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.