Nhien (Ricky) Lam

Results 19 comments of Nhien (Ricky) Lam

Hi @flea89, thank you for reporting this! This is an expected behavior. This [documentation](https://cloud.google.com/identity-platform/docs/link-accounts#handling_the_account-exists-with-different-credential_error) needs to be updated. When account linking is enabled for the project, the behavior is: 1....

Hi @flea89, I discussed with the team. Your concern is valid. If you add a SAML provider which doesn't verify email address, can you try using the blocking function to...

Sorry for the late reply. I was out of office for the past weeks. After discussing with our team, we currently don't have plans to change the current behavior and...

> After playing around a little bit I found that a better solution would be to call signInWithEmailAndPassword on the client., call /signin endpoint with the token and then on...

Thank you for reporting! As mentioned in the iOS bug, we will update here when the fix is released.

Hi everyone, 1. Does this issue also occur in other browsers? 2. Could you check if your [authDomain](https://github.com/firebase/firebase-js-sdk/blob/beaa4dffb7f48cb12ccc6c1d1b7cdc9c3605fc04/packages/auth/demo/src/sample-config.js#L18) matches the domain you're using? If not, please try updating your authDomain...

Thanks @manuelsh for the PR! In the code snippet, we have a comment telling developers to initialize the firebase app in the `` tag. ``` * TODO(DEVELOPER): Paste the initialization...

Hi Manuel! If you load Firebase JS SDK libraries from the CDN, then yes, it’s correct to paste the initialization scripts into the bottom of your `` tag and before...