question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

firebaseui-web doesn't work with svelte -> 'default' is not exported

See original GitHub issue

[REQUIRED] Describe your environment

  • Operating System version: MacOS Catalina 10.15.7
  • Browser version: Chrome 93.0.4577.82 (Official Build) (x86_64)
  • Firebase UI version: 5.0.0
  • Firebase SDK version: 9.0.2

[REQUIRED] Describe the problem

An error at build tim:

[!] Error: 'default' is not exported by node_modules/firebase/app/dist/index.esm.js, imported by node_modules/firebaseui/dist/esm.js

Steps to reproduce:

npm install firebase --save
npm install firebaseui --save
npm run dev

Relevant Code:

here a public test repo to test it

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
xil222commented, Sep 21, 2021

FirebaseUI is not compatiable with Firebase SDk v9.0.0+ for now, currently it is still dependent on Firebase v8. We’re working on it right now, you can see update in this PR

2reactions
xil222commented, Sep 21, 2021

Hi @BigBoulard, Sorry, we don’t usually provide timeframe on these. But this is one of our top priorities these weeks, we’re currently testing on some other libraries/components dependent to this FirebaseUI version, once that done, we could continue the review process.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrade to Firebase JS 8.0.0: Attempted import error: 'app' is ...
After upgrading to 8.0.0, I get the following error: Attempted import error: 'initializeApp' is not exported from 'firebase/app' (imported as ' ...
Read more >
export 'default' (imported as 'firebase') was not found in
I am trying to get react-firebase-hooks to work with firebase v9, but I have found an issue that I can't seem to fix....
Read more >
Requested module does not provide export named 'default'
The error "The requested module does not provide an export named 'default'" occurs when we try to import a value or a function...
Read more >
Ask HN: What novel tools are you using to write web sites/apps?
Since this is not vDOM diffing (which most JS frameworks nowadays provide) can you help share the algorithm if its already out in...
Read more >
Firebase authentication with Svelte - codechips
How to use Svite bundler with Tailwind CSS. No time to waste. Let's get started! The Setup#. For this experiment I decided to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found