firebase / firebase/firebase-admin-node

[FR] export users in JS/TS

未关闭
#1,778 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
needs-triage type: feature request
主要语言
TypeScript
星标
1.7k
派生
419
平均合并
3 天 10 小时
30 天内合并 PR
16

描述

**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)

贡献指南

打开贡献指南

调研方向

首先检查现有的 NodeJS Firebase Authentication API 以及链接的 Firebase CLI 身份验证导出文档,然后对比链接的 Firestore 导出解决方案。当存在一个受支持的 exportUsers API,能够接受所请求的 outputUriPrefix,并提供与文档化导出工作流一致的行为时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
firebase, nodejs, typescript
领域
authentication, backend
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。