{"id":19742559,"url":"https://github.com/complexorganizations/firestore-manager","last_synced_at":"2025-04-30T07:32:04.136Z","repository":{"id":37856237,"uuid":"287785348","full_name":"complexorganizations/firestore-manager","owner":"complexorganizations","description":"✔️ An application that can support you with Cloud Firestore | Firebase backup and restore.","archived":false,"fork":false,"pushed_at":"2024-07-25T15:58:53.000Z","size":4024,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-07-25T18:19:14.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/complexorganizations.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"license.md","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/codeowners","security":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Prajwal-Koirala","patreon":null,"open_collective":null,"ko_fi":"prajwalkoirala23","tidelift":null,"community_bridge":null,"liberapay":"prajwalkoirala23","issuehunt":"livechief","otechie":null,"custom":"paypal.me/prajwalkoirala23","BCH":"qzq9ae4jlewtz7v7mn4tv7kav3dc9rvjwsg5f36099","BTC":"3QgnfTBaW4gn4y8QPEdXNJY6Y74nBwRXfR","DAI":808839623223875669185342758627145049956336905387,"ETC":1211312438002831539590740758403627643170864777098,"ETH":1278831096937261910167493742901491156318537298154,"LTC":"MVwkmnnaLDq7UccDeudcpQYwFnnDwDxxmq","XRP":"rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg (1790476900)"}},"created_at":"2020-08-15T16:38:11.000Z","updated_at":"2024-07-25T15:58:55.000Z","dependencies_parsed_at":"2024-01-05T17:28:34.403Z","dependency_job_id":"674b1ac6-716b-4cfe-8e33-12e79c4f7181","html_url":"https://github.com/complexorganizations/firestore-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complexorganizations%2Ffirestore-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complexorganizations%2Ffirestore-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complexorganizations%2Ffirestore-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complexorganizations%2Ffirestore-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/complexorganizations","download_url":"https://codeload.github.com/complexorganizations/firestore-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224202005,"owners_count":17272684,"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":[],"created_at":"2024-11-12T01:32:17.158Z","updated_at":"2024-11-12T01:32:17.657Z","avatar_url":"https://github.com/complexorganizations.png","language":"Go","funding_links":["https://github.com/sponsors/Prajwal-Koirala","https://ko-fi.com/prajwalkoirala23","https://liberapay.com/prajwalkoirala23","https://issuehunt.io/r/livechief","paypal.me/prajwalkoirala23","qzq9ae4jlewtz7v7mn4tv7kav3dc9rvjwsg5f36099","3QgnfTBaW4gn4y8QPEdXNJY6Y74nBwRXfR",808839623223875669185342758627145049956336905387,1211312438002831539590740758403627643170864777098,1278831096937261910167493742901491156318537298154,"MVwkmnnaLDq7UccDeudcpQYwFnnDwDxxmq","rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg (1790476900)"],"categories":[],"sub_categories":[],"readme":"# Firestore Manager\n\n#### Features\n- Being able to import local json documents to firestore\n- Being able to export json documents from firestore to local\n- Being able to delete a certain document from firestore\n\n---\n### Usage\n```\nNAME:\n   firestore-manager - A new cli application\n\nUSAGE:\n   firestore-manager [global options] command [command options] [arguments...]\n\nCOMMANDS:\n   create, c  create a document on firebase\n   set, s     updates a document on firebase\n   delete, d  deletes a document on firebase\n   read, r    read a document from firebase\n   help, h    Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h  show help (default: false)\n```\n\n---\n### Installation\n\nLets generate GCP credentials from `https://cloud.google.com/iam/docs/service-accounts-create`, Once you have your service account, your ready.\n\n#### Unix\n```\nexport GOOGLE_APPLICATION_CREDENTIALS=[PATH]\n```\n\n#### Windows\n```\n$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]\n```\n\nDownload the latest `firestore-manager` binary\n```\ngo get -v github.com/complexorganizations/firestore-manager\n```\n\nUsing `firestore-manager` binary\n```\nfirestore-manager read -auth [PATH] --collection contacts --document [DOCUMENT_ID] --file [PATH]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexorganizations%2Ffirestore-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplexorganizations%2Ffirestore-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexorganizations%2Ffirestore-manager/lists"}