Firebase: export user accounts’ email and password hashes

前端 未结 3 445
一向
一向 2021-01-30 22:21

I use email/password authentication for my Firebase.

I’m considering moving to a different backend and I’m wondering if there is any way to export user emails/password h

3条回答
  •  花落未央
    2021-01-30 22:32

    You can use the firebase-cli by writing firebase auth:export save_file.csv --format=csv or firebase auth:export save_file.json --format=json

    More details can be found on the firebase documentation page: https://firebase.google.com/docs/cli/auth#authexport

提交回复
热议问题