{"id":19289676,"url":"https://github.com/yingding/databindingunresolvedreference","last_synced_at":"2026-06-13T02:33:36.251Z","repository":{"id":77877565,"uuid":"294228312","full_name":"yingding/dataBindingUnresolvedReference","owner":"yingding","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-09T21:31:39.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T04:04:34.423Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yingding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2020-09-09T20:59:42.000Z","updated_at":"2020-09-09T21:31:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"84416d0c-3501-44a1-934a-74116785405a","html_url":"https://github.com/yingding/dataBindingUnresolvedReference","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yingding/dataBindingUnresolvedReference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingding%2FdataBindingUnresolvedReference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingding%2FdataBindingUnresolvedReference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingding%2FdataBindingUnresolvedReference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingding%2FdataBindingUnresolvedReference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yingding","download_url":"https://codeload.github.com/yingding/dataBindingUnresolvedReference/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingding%2FdataBindingUnresolvedReference/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-09T22:16:41.598Z","updated_at":"2026-06-13T02:33:36.235Z","avatar_url":"https://github.com/yingding.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nthis example is based on Google Kotlin Android Codelab \"Android Login with FirebaseUI\" and \"Android Conditional Navigation with Login\"\n\n## Changes made by the author of this repository\n\nAuthor of the repository has made the following changes to the original codes:\n \n* upgrade all libs into currently stable ones (time of creation July 2020)\n* added start, final and app module (start is the start module to play with the code, final is the solution module and app module is used by author for self study)\n* adding the central rootProject variables in root level build.gradle file to enable quick SDK upgrade for all modules\n* firebase project integration file `google-services.json` are NOT included, please use your own firebase config json file by following the [instruction](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/#3)\n\n## Author's self study progress for App Module\n\nStep 1 with Firebase UI\n\n* https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/#6\n\nStep 2 with Conditional Navigation with Login\n\n* https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login-navigation/index.html#0\n\n\n# Implementing Login with Navigation on Android with FirebaseUI\n\nThis is part of the Advanced Android in Kotlin course. You'll get\nthe most value out of this course if you work through the codelabs in sequence,\nbut it is not mandatory. All the course codelabs are listed on the [Advanced Android\nin Kotlin codelabs landing page](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-welcome).\n\nThis repository is to support the [Android Conditional Navigation with Login codelab](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login-navigation)\nWhile you can download the starter code for this codelab if you haven't done the previous codelab,\nyou may find it beneficial to complete the [Implementing Login on Android with FirebaseUI codelab](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login) first.\n\n## Setup\n\nYou will need to register this app with Firebase for it to work, if you haven’t completed the [Implementing Login on Android with FirebaseUI codelab](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login), follow these steps to [create a firebase project](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/#3) and register the app to it.\n\n\n## License\n\nCopyright 2019 Google, Inc.\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor\nlicense agreements.  See the NOTICE file distributed with this work for\nadditional information regarding copyright ownership.  The ASF licenses this\nfile to you under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License.  You may obtain a copy of\nthe License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the\nLicense for the specific language governing permissions and limitations under\nthe License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingding%2Fdatabindingunresolvedreference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyingding%2Fdatabindingunresolvedreference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingding%2Fdatabindingunresolvedreference/lists"}