firebase / firebase/firebase-admin-node
[FR] export users in JS/TS
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 419
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 16
Description
**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)
Contributor guide
Research direction
Start by reviewing the existing NodeJS Firebase Authentication APIs and the linked Firebase CLI authentication export documentation, then compare the linked Firestore export solution. Done should be a supported exportUsers API that accepts the requested outputUriPrefix and provides behavior consistent with the documented export workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, nodejs, typescript
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100