Bassam Ojeil

Results 86 comments of Bassam Ojeil

Hey @bhaumik55231 can you also file a feature request for this via [official channels](https://firebase.google.com/support) so it gets more visibility?

Hey @MrVentzi something is wrong with your continue URL. I am unable to `decodeURIComponent()` on it. Can you provide more details on how you are configuring this in FirebaseUI? Separately,...

Actually, I just realized, email link sign in won't work with IAP even in the same browser. The `mode` field is also used by IAP. FirebaseUI can't handle IAP modes...

Hey @ShaMan123, thanks for the contribution! Can you get this to work without the `default` namespace in `firebase.default`? The public types are defined as `firebase.auth.UserCredential` instead of `firebase.default.auth.UserCredential`.

> That's what I thought but the compiler throws an error without `.default` > It seems a `firebase` issue The problem is if we accept this, it could be a...

> I disagree. Why would it be breaking? And why would it mismatch? Hmm, I take that back as the underlying types should match, but we'd want to test this...