{"id":24922939,"url":"https://github.com/demsking/firebase-import-users","last_synced_at":"2026-04-12T10:41:56.422Z","repository":{"id":70414110,"uuid":"96352661","full_name":"demsking/firebase-import-users","owner":"demsking","description":"This script helps to import a users list from a CSV file to Firebase","archived":false,"fork":false,"pushed_at":"2017-07-05T19:39:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T21:22:51.517Z","etag":null,"topics":["database","firebase","import","users"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demsking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-07-05T19:08:53.000Z","updated_at":"2018-03-25T04:39:22.000Z","dependencies_parsed_at":"2023-02-22T14:16:09.354Z","dependency_job_id":null,"html_url":"https://github.com/demsking/firebase-import-users","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"e87c4e383dc6a71f57658aeba67245cc868c6455"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demsking%2Ffirebase-import-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demsking%2Ffirebase-import-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demsking%2Ffirebase-import-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demsking%2Ffirebase-import-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demsking","download_url":"https://codeload.github.com/demsking/firebase-import-users/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325397,"owners_count":20596855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","firebase","import","users"],"created_at":"2025-02-02T11:34:10.323Z","updated_at":"2025-12-30T22:50:45.373Z","avatar_url":"https://github.com/demsking.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase-import-users\nThis script helps to import a users list from a CSV file to Firebase\n\n## Requirements\nThis script use `jq` for the JSON parsing: [https://stedolan.github.io/jq](https://stedolan.github.io/jq/)\n\n## Usage\n```shell\nexport USERS_LIST=~/path/to/users-list.csv\nexport GOOGLE_APPLICATION_CREDENTIALS=~/path/to/credentials.json\n\n# Import the users list\nmake batch-import\n\n# Retry if there are errors\nmake retry update-profile\n```\n\n## CSV format\n```csv\n\"timestamp\",\"email\",\"first_name\",\"last_name\"\n\"2017-01-31 06:32:34\",\"bill.gates@gmail.com\",\"Bill\",\"Gates\",\n\"2017-01-26 19:46:47\",\"jony.bravo@example.com\",\"Jony\",\"Bravo\"\n\"2016-01-18 01:36:38\",\"obama@wiki.com\",\"Obama\",\"\"\n```\n\n## Firebase Admin Credentials\nFollow [this link](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork) to get your Firebase Admin Credentials.\n\n## License\nUnder the MIT license. See [LICENSE](https://github.com/demsking/firebase-import-users/blob/master/LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemsking%2Ffirebase-import-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemsking%2Ffirebase-import-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemsking%2Ffirebase-import-users/lists"}