firebase-admin-node
firebase-admin-node copied to clipboard
[FR] export users in JS/TS
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
Describe the solution you'd like
import * as admin from "firebase-admin";
admin.auth().exportUsers({
outputUriPrefix: "gs://foo-bar",
});
Describe alternatives you've considered
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.