Gcp/Firebase/Authentication
authenticationのエクスポート
npm install -g firebase-tools firebase login firebase auth:export account_file.json --format=JSON --project=[project1]
出力ファイル例:account_file.json
{"users": [
{
"localId": "00017f8Daqdyxxxxxxxxxxxxxxxxx",
"lastSignedInAt": "1730288278340",
"createdAt": "1730288278340"
},
"localId": "zzzrCWoliwU7dxxxxxxxxxxxxxxx",
"lastSignedInAt": "1649335001653",
"createdAt": "1649335001653"
}]}
参考:https://blog.yuhiisk.com/archive/2018/08/22/export-firebase-auth-csv.html