{"id":18162813,"url":"https://github.com/zunda-pixel/firebase-swift","last_synced_at":"2026-04-24T16:03:16.028Z","repository":{"id":248418940,"uuid":"827419010","full_name":"zunda-pixel/firebase-swift","owner":"zunda-pixel","description":"Firebase client for Swift.","archived":false,"fork":false,"pushed_at":"2025-12-02T05:03:23.000Z","size":116,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T02:28:23.532Z","etag":null,"topics":["firebase","google-cloud","swift"],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/zunda-pixel/firebase-swift","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zunda-pixel.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-11T16:02:48.000Z","updated_at":"2025-12-02T05:03:19.000Z","dependencies_parsed_at":"2024-07-31T10:27:30.490Z","dependency_job_id":"e1807e5b-8bca-4bca-925a-dd33d19aa707","html_url":"https://github.com/zunda-pixel/firebase-swift","commit_stats":null,"previous_names":["zunda-pixel/firebase-swift"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/zunda-pixel/firebase-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Ffirebase-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Ffirebase-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Ffirebase-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Ffirebase-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunda-pixel","download_url":"https://codeload.github.com/zunda-pixel/firebase-swift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Ffirebase-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firebase","google-cloud","swift"],"created_at":"2024-11-02T10:05:20.354Z","updated_at":"2026-04-24T16:03:15.998Z","avatar_url":"https://github.com/zunda-pixel.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase-swift\n\nFirebase client for Swift.\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fzunda-pixel%2Ffirebase-swift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/zunda-pixel/firebase-swift)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fzunda-pixel%2Ffirebase-swift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/zunda-pixel/firebase-swift)\n\n### [Authentication](https://firebase.google.com/docs/auth)\n\n- Create Anonymous User\n- Create User\n- Delete Account\n- Link Email for Anonymous User\n- Refresh Token\n- Send Email Verification\n- Send Email to Reset Password\n- Send SignUp Link\n- Update Password\n- Update Profile\n- Verify Password\n\n```swift\nlet client = AuthClient(\n  apiKey: apiKey,\n  httpClient: .urlSession(.shared)\n)\n\nlet user = try await client.createUser(\n  email: \"test@gmail.com\",\n  password: \"password\"\n)\n\nprint(user)\n```\n\n### [Remote Config](https://firebase.google.com/docs/remote-config)\n\n- Fetch Remote Config\n- Realtime Remote Config\n\n```swift\nlet client = RemoteConfigClient(\n  apiKey: apiKey,\n  projectId: projectId,\n  projectName: projectName,\n  appId: appId,\n  appInstanceId: UUID().uuidString,\n  httpClient: .urlSession(.shared)\n)\n\nlet config = try await client.fetch()\nprint(config)\n```\n\n### [Cloud Storage](https://firebase.google.com/docs/storage)\n\n- Get Item\n- Get Items\n- Upload Item\n- Delete Item\n- Update Item\n\n```swift\nlet client = StorageClient(\n  httpClient: .urlSession(.shared)\n)\n\nlet item = try await client.upload(\n  bucket: bucket,\n  path: itemPath,\n  data: data,\n  contentType: contentType\n)\n\nprint(item)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Ffirebase-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunda-pixel%2Ffirebase-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Ffirebase-swift/lists"}