Sam

Results 52 comments of Sam

The promise does float, but it's no different than getAuth, which immediately returns initializeAuth under the hood: https://github.com/firebase/firebase-js-sdk/blob/a80e29cbb90662866ee0ac0b33882ba8b9c62efa/packages/auth/src/platform_browser/index.ts#L37-L52 Auth will maintain internal state properly regardless of initialization (meaning: you can...

Hi folks, thanks for reaching out. I've filed this internally (b/178745700)

Hi @madmacc, thanks for the report. Would you mind expanding a bit about the steps you're taking before seeing this issue? For example, how much data is being saved? What...

What is your general use case? Can you discern any particular action that reliably causes the data to not be saved correctly? Basically I'm just trying to get a sense...

Thanks! I've filed a bug (for internal folks: b/162846002). In the meantime @yuchenshi may know how to increase the JVM heap when starting the emulator

Hi folks, this definitely sounds like a bug (tracked internally at b/172852315).

Thanks for the report. This definitely sounds like a bug. I've filed an internal bug to track this (b/163392935). I can't say when we'll have a chance to look into...

Thanks for filing this! I'm marking this as a feature request for now.

Hi @riderx -- we don't explicitly support Capacitor, nor is it on our roadmap at this time. With that said, you're running into this issue because the default `getAuth()` function...

For the folks using v9 modular, I would also suggest trying to import `getAuth` from `firebase/auth/cordova`. This will also avoid the `browserPopupRedirectResolver` dependency. @mesqueeb, I will investigate. The compat layer...