{"id":17225450,"url":"https://github.com/rommansabbir/firebaseotp-android","last_synced_at":"2025-06-19T01:34:02.989Z","repository":{"id":112646508,"uuid":"177335332","full_name":"rommansabbir/FirebaseOTP-Android","owner":"rommansabbir","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-03T18:02:18.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T17:24:24.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/rommansabbir.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-23T20:09:56.000Z","updated_at":"2019-05-03T18:02:20.000Z","dependencies_parsed_at":"2023-06-10T10:45:20.694Z","dependency_job_id":null,"html_url":"https://github.com/rommansabbir/FirebaseOTP-Android","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rommansabbir/FirebaseOTP-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FFirebaseOTP-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FFirebaseOTP-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FFirebaseOTP-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FFirebaseOTP-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rommansabbir","download_url":"https://codeload.github.com/rommansabbir/FirebaseOTP-Android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FFirebaseOTP-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260663144,"owners_count":23044058,"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-10-15T04:13:34.979Z","updated_at":"2025-06-19T01:33:57.969Z","avatar_url":"https://github.com/rommansabbir.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FirebaseOTP-Android\n\n## Documentation\n\n### Installation\n---\nStep 1. Add the JitPack repository to your build file \n\n```gradle\n\tallprojects {\n\t\trepositories {\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\nStep 2. Add the dependency\n\n```gradle\n\tdependencies {\n\t        implementation 'com.github.rommansabbir:FirebaseOTP-Android:Tag'\n\t}\n```\n\n---\n\n### Version available\n\n| Releases        \n| ------------- |\n| v1.1          |\n| v1.0          |\n\n# Usages\n\n```kotlin\nclass MainActivity : AppCompatActivity() {\n.....................................................\n.....................................................\nFirebaseOTP.verify(mAuth, phoneNumber, object : FirebaseOTPCallback {\n\t\t\toverride fun onCodeSent() {\n\t\t\t//TODO Implement your logic here\n\t\t\t}\n\n\t\t\toverride fun onVerificationFailed() {\n\t\t\t//TODO Implement your logic here\n\t\t\t}\n\n\t\t\toverride fun onVerificationSuccess() {\n\t\t\t//TODO Implement your logic here\n\t\t\t}\n\n\t\t})\n\t\t\n....................................................\n....................................................\n\n\t//To verify the code\n\tFirebaseOTP.verifyOTP(code)\n\n```\n\n### Contact me\n[Portfolio](https://www.rommansabbir.com/) | [LinkedIn](https://www.linkedin.com/in/rommansabbir/) | [Twitter](https://www.twitter.com/itzrommansabbir/) | [Facebook](https://www.facebook.com/itzrommansabbir/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frommansabbir%2Ffirebaseotp-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frommansabbir%2Ffirebaseotp-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frommansabbir%2Ffirebaseotp-android/lists"}