custom-auth-samples
custom-auth-samples copied to clipboard
Samples showcasing how to sign in Firebase using additional Identity Providers
For officially supported OAuth providers such as Google, Facebook, Twitter, and Github, it is possible to link them to an existing Firebase user using FirebaseUser.linkWithCredential() method. However, it does not...
#10 demonstrates developers' concerns with correctly linking custom oauth providers with users already signed in with privileged providers. @nicolasgarnier wrote a wonderful comment on how this can be achieved using...
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.
Hey, this is wonderful stuff and really helpful! But it's using a deprecated API, which makes it less helpful. 😢 Any chance this can be updated to LINE OAuth v2?...
Line Social API version update
please share a code for this. thanks
It would be great if we can have a example build for an Android app so that the best practices are followed in implementing other OAuth providers. Thanks.
Looks like in app.js line 142, we are passing the argument firebaseToken to the createFirebaseAccount function. This variable hasn't been created. ``` createFirebaseAccount(results.user.id, results.user.full_name, results.user.profile_picture, firebaseToken).then(firebaseToken => { // Send...
Bumps [jose](https://github.com/panva/jose) from 4.15.1 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...