Sam

Results 52 comments of Sam

@mesqueeb, yes please create a separate issue for the Firestore issue you're experiencing.

Hi, thanks for reaching out! `AuthCredential` is merely a base class that is never instantiated on its own. A `fromJSON` that works for all subclasses of `AuthCredential` would require the...

Hi @maximedupre, thanks for filing this feature request. We will keep this issue open to gauge interest from the community, but since exposing the redirect state is for a relatively...

Hi folks, this is potentially related to https://github.com/firebase/firebase-js-sdk/issues/4256. Unfortunately we've repeatedly struck out trying to reproduce it.

@NickNish09 is it just null after `getRedirectResult()` resolves, or is the user also null in the change listeners (`onAuthStateChanged()`)?

I didn't realize this was happening in a webview / on mobile for some of you. I'm wondering if this is related to https://github.com/firebase/firebase-js-sdk/issues/4256

Hi, thanks for filing this. What environment is your app running in? The fact that it's prompting which browser to use indicates it's coming from an app? Are you using...

It likely has to do with the cookie settings (https://support.google.com/chrome/answer/95647). While Firebase Auth web sign in doesn't use cookies, it does rely on an intermediate page (the one you're seeing...

Thanks for filing this. It is true that the way social sign in worked under Manifest v2 no longer works in Manifest v3. We're aware of the issue but can't...

Yeah unfortunately that's a limitation of Microsoft sign in. This works for other providers but not for Microsoft. See the section in the docs entitled "Advanced: Handle the sign-in flow...