-
Hi team Running into this issue when migrating my app to monorepo structure with nx Have looked at all the related discussions regarding this ticket I created and tried all the solutions prescribed but to no success SignIn.tsx: app.tsx: firebaseInitAuth.ts: I have tried moving the getAuth(getApp()) inside a useEffect and then passing that variable to the StyledFirebaseUi component as suggested in all similar and previous tickets related to this issue, but that gives me back the same error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved in this ticket - #562 I ended up pinning the firebase version to 9.16.0 and that did the trick |
Beta Was this translation helpful? Give feedback.
Resolved in this ticket - #562
I ended up pinning the firebase version to 9.16.0 and that did the trick