{"id":16139329,"url":"https://github.com/jsmestad/flame","last_synced_at":"2026-05-02T04:35:33.266Z","repository":{"id":41804664,"uuid":"486669182","full_name":"jsmestad/flame","owner":"jsmestad","description":"Elixir wrapper for Firebase Authentication \u0026 Google Identity APIs","archived":false,"fork":false,"pushed_at":"2022-11-23T03:18:39.000Z","size":90,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:51:45.774Z","etag":null,"topics":["elixir","firebase","firebase-auth","google-identity"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmestad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-28T16:26:45.000Z","updated_at":"2024-06-28T10:51:05.000Z","dependencies_parsed_at":"2023-01-21T20:47:46.480Z","dependency_job_id":null,"html_url":"https://github.com/jsmestad/flame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsmestad/flame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fflame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fflame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fflame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fflame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmestad","download_url":"https://codeload.github.com/jsmestad/flame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fflame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","firebase","firebase-auth","google-identity"],"created_at":"2024-10-09T23:48:31.306Z","updated_at":"2026-05-02T04:35:33.251Z","avatar_url":"https://github.com/jsmestad.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flame\n\nAn Elixir wrapper around the Firebase Authentication / Google Identity Platform APIs.\n\nAs of 0.1.x, Flame only creates a minimal UserRecord with Firebase. Please open a PR if you'd like to add additional parameters to the `create_user` and `update_user` requests.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `flame` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:flame, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n```elixir\nconfig :flame, Flame,\n  credentials: System.get_env(\"GOOGLE_APPLICATION_CREDENTIALS_JSON\"),\n  project: \"my-project-1234\",\n  issuer: \"https://securetoken.google.com/my-project-1234\",\n  cookie_issuer: \"https://session.firebase.google.com/my-project-1234\"\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/flame\u003e.\n\n## Development\n\nGetting the development environment set up can be involved as the test suite relies on [Firebase Emulator](https://firebase.google.com/docs/emulator-suite).\n\nContributors are welcome for improving this setup. It is not ideal by any means.\n\n```shell\nbrew install firebase-cli\nfirebase login\nfirebase init # Select emulators, create new project\n```\n\nVisit [Firebase console](https://console.firebase.com) and download a copy of the service account credentials. Set the contents of that file to `GOOGLE_APPLICATION_CREDENTIALS_JSON` environment variable.\n\n### Running tests locally\n\n**IMPORTANT**: You need to modify `config/test.exs` to the appropriate values for your key.\n\nYou can either run `firebase emulators:exec --only auth \"mix test\"` OR you can run `firebase emulators:start --only auth` in your terminal, then in another window run `mix test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmestad%2Fflame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmestad%2Fflame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmestad%2Fflame/lists"}