{"id":16684424,"url":"https://github.com/sgr-ksmt/rxfirebaseauth","last_synced_at":"2025-10-12T17:26:28.914Z","repository":{"id":26892964,"uuid":"109856237","full_name":"sgr-ksmt/RxFirebaseAuth","owner":"sgr-ksmt","description":"Combination of RxSwift and Firebase Authentication","archived":false,"fork":false,"pushed_at":"2022-07-22T00:58:56.000Z","size":39,"stargazers_count":11,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-21T09:38:25.749Z","etag":null,"topics":["cocoapods","extension","firebase","firebase-auth","rxswift","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/sgr-ksmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"sgr-ksmt"}},"created_at":"2017-11-07T15:46:12.000Z","updated_at":"2021-07-02T13:41:39.000Z","dependencies_parsed_at":"2022-07-27T08:52:29.709Z","dependency_job_id":null,"html_url":"https://github.com/sgr-ksmt/RxFirebaseAuth","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sgr-ksmt/RxFirebaseAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FRxFirebaseAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FRxFirebaseAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FRxFirebaseAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FRxFirebaseAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgr-ksmt","download_url":"https://codeload.github.com/sgr-ksmt/RxFirebaseAuth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FRxFirebaseAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012185,"owners_count":26085079,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["cocoapods","extension","firebase","firebase-auth","rxswift","swift"],"created_at":"2024-10-12T14:43:47.277Z","updated_at":"2025-10-12T17:26:28.870Z","avatar_url":"https://github.com/sgr-ksmt.png","language":"Swift","funding_links":["https://github.com/sponsors/sgr-ksmt"],"categories":[],"sub_categories":[],"readme":"# RxFirebaseAuth\nCombination of RxSwift and Firebase Authentication\n\n[![GitHub release](https://img.shields.io/github/release/sgr-ksmt/RxFirebaseAuth.svg)](https://github.com/sgr-ksmt/RxFirebaseAuth/releases)\n![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)\n[![CocoaPods](https://img.shields.io/badge/Cocoa%20Pods-✓-4BC51D.svg?style=flat)](https://cocoapods.org/pods/RxFirebaseAuth)\n[![CocoaPodsDL](https://img.shields.io/cocoapods/dt/RxFirebaseAuth.svg)](https://cocoapods.org/pods/RxFirebaseAuth)\n\n## Usages\n\n```swift\nAuth.auth().rx.addStateDidChangeListener()\n    .subscribe(onSuccess: { (auth, user) in\n        // ...\n    })\n    .disposed(by: disposeBag)\n```\n\n```swift\nAuth.auth().rx.signInAnonymously()\n    .flatMap { UserModel.create(uid: $0.uid) }\n    .subscribe(onSuccess: { user in\n        // ...\n    })\n    .disposed(by: disposeBag)\n```\n\n\n## Dependencies\n- RxSwift 5.x\n- Firebase Auth 6.x\n\n## Installation\n### CocoaPods\n**CocoaPods 1.4 or higher** required.\n\n**RxFirebaseAuth** is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\n# Firebase 6.x\npod 'RxFirebaseAuth', '~\u003e 2.4'\n\n# Firebase 5.x\npod 'RxFirebaseAuth', '~\u003e 2.3'\n\n# Firebase 4.x\npod 'RxFirebaseAuth', '~\u003e 1.0'\n\n```\n\nand run `pod install`\n\n### Manually Install\nDownload all `*.swift` files and put your project.\n\n## Development\n\n```bash\n$ bundle install --path vendor/bundle\n$ bundle exec pod install\n$ open komerco.xcworkspace\n```\n\n## Communication\n- If you found a bug, open an issue.\n- If you have a feature request, open an issue.\n- If you want to contribute, submit a pull request.:muscle:\n\n## License\n**RxFirebaseAuth** is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgr-ksmt%2Frxfirebaseauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgr-ksmt%2Frxfirebaseauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgr-ksmt%2Frxfirebaseauth/lists"}