You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Chrome 130.0.6723.58 (Official Build) (64-bit)
Firebase SDK Version
10.12.0
Firebase SDK Product(s)
Auth
Project Tooling
Angular app.
Detailed Problem Description
We use signInWithPopup() also with customOIDC providers. For some providers the popup cuts off the login button (at the button of the popup).
The window size is hardcoded to 500 x 600 in
Operating System
Any
Environment (if applicable)
Google Chrome 130.0.6723.58 (Official Build) (64-bit)
Firebase SDK Version
10.12.0
Firebase SDK Product(s)
Auth
Project Tooling
Angular app.
Detailed Problem Description
We use signInWithPopup() also with customOIDC providers. For some providers the popup cuts off the login button (at the button of the popup).
The window size is hardcoded to 500 x 600 in
firebase-js-sdk/packages/auth/src/platform_browser/util/popup.ts
Lines 36 to 37 in b807119
The parameters are not exposed publicly as it seems (please correct me if I am wrong).
In the past I could see the default for known providers in idp.js (see e.g. https://github.com/firebase/firebase-js-sdk/pull/2966/files).
The file was removed in a huge PR #5345, that is hard to read and reason to see where things went.
Steps and code to reproduce issue
See problem desc
The text was updated successfully, but these errors were encountered: