firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

[FR] export users in JS/TS

Open louis030195 opened this issue 3 years ago • 1 comments

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

Using the CLI

louis030195 avatar Jun 21 '22 11:06 louis030195

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.

google-oss-bot avatar Jun 21 '22 11:06 google-oss-bot