【发布时间】:2021-02-22 12:40:25
【问题描述】:
我想在 firebase auth 模拟器启动时使用我的测试用户帐户预加载它,就像我为 Firestore 模拟器及其导入/导出选项所做的那样。我在模拟器运行时尝试使用 auth:import 和 auth:export,但它连接到我们实际的开发 firebase 项目,而不是模拟器。是否有针对 auth 模拟器运行 auth:import 和 auth:export 的方法?
作为参考,我指的是这些命令 (https://firebase.google.com/docs/cli/auth) 和这个模拟器 (https://firebase.google.com/docs/emulator-suite/connect_auth)。
【问题讨论】:
-
我认为这不可能。直接联系 Firebase 支持并提交功能请求。 support.google.com/firebase/contact/support
-
谢谢,我使用该表单发送了功能请求。
标签: firebase firebase-authentication firebase-tools