FirebaseExtended / custom-auth-samples

Samples showcasing how to sign in Firebase using additional Identity Providers
Apache License 2.0
323 stars 97 forks source link

if-condition issue in custom-auth-samples/kakao/KakaoLoginServer/app.js #26

Open ochanje210 opened 3 years ago

ochanje210 commented 3 years ago

https://github.com/FirebaseExtended/custom-auth-samples/blob/f1777df6614386aa92314ae685f2b944ab52b536/kakao/KakaoLoginServer/app.js#L88-L89

This doesn't seem correct. The condition !userId won't be satisfied no matter what body.id is.