{"id":16215517,"url":"https://github.com/arturictus/firebase_pushid","last_synced_at":"2026-04-30T10:05:21.776Z","repository":{"id":62429658,"uuid":"133177504","full_name":"arturictus/firebase_pushid","owner":"arturictus","description":"Firebase pushid client generation","archived":false,"fork":false,"pushed_at":"2018-05-13T09:10:48.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-06T16:41:53.574Z","etag":null,"topics":["elixir","firebase","unique-id"],"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/arturictus.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-05-12T19:33:53.000Z","updated_at":"2018-05-13T09:10:49.000Z","dependencies_parsed_at":"2022-11-01T20:04:24.668Z","dependency_job_id":null,"html_url":"https://github.com/arturictus/firebase_pushid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arturictus/firebase_pushid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturictus%2Ffirebase_pushid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturictus%2Ffirebase_pushid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturictus%2Ffirebase_pushid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturictus%2Ffirebase_pushid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturictus","download_url":"https://codeload.github.com/arturictus/firebase_pushid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturictus%2Ffirebase_pushid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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","unique-id"],"created_at":"2024-10-10T11:15:12.857Z","updated_at":"2026-04-30T10:05:21.762Z","avatar_url":"https://github.com/arturictus.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FirebasePushid\n\nGenerates Firebase id. [article](https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html)\nIt caches with previous timestamp.\nIf same timestamp is stored in the cache it will generate an incremental id\nin base 64 trying to increment the last possible character.\nex:\n1) -Kyukibfm7T0jJT_Deyr\n2) -Kyukibfm7T0jJT_Deys\n\nIf last can not be incremented will update the next\nex:\n1) -KyukibfiPUIPSaeXo9z\n2) -KyukibfiPUIPSaeXoA-\n3) -KyukibfiPUIPSaeXoA0\n...\nx) -KyukibfiPUIPSaeXoAz\nx) -KyukibfiPUIPSaeXoB-\nx) -KyukibfiPUIPSaeXoB0\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `firebase_pushid` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:firebase_pushid, \"~\u003e 0.1.0\"}]\nend\n```\n\n```elixir\ndef application do\n  [applications: [:firebase_pushid]]\nend\n```\n\nAnd fetch your project's dependencies:\n\n```\n$ mix deps.get\n```\n\n## Usage\n\n```elixir\niex\u003e FirebasePushid.generate\n\"-KzO0n9zzKuWHH9i5t0l\"\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 [https://hexdocs.pm/firebase_pushid](https://hexdocs.pm/firebase_pushid).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturictus%2Ffirebase_pushid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturictus%2Ffirebase_pushid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturictus%2Ffirebase_pushid/lists"}