Closed vmkmym closed 4 months ago
implementation(libs.firebase.ui.auth) implementation(libs.facebook.login) implementation(platform(libs.firebase.bom))
<resources> <!-- Facebook application ID and custom URL scheme (app ID prefixed by 'fb'). --> <string name="facebook_application_id" translatable="false">YOUR_APP_ID</string> <string name="facebook_login_protocol_scheme" translatable="false">fbYOUR_APP_ID</string> </resources>
val facebookAppId = resources.getString(R.string.facebook_application_id)
Git .gitignore 적용 안 되는 문제 해결
Trouble Shooting
Firebase 종속성 추가 후 sync, build clean하기
로그캣 에러
마지막으로