The requested module './authentication.js' does not provide an export named 'authentication' #3290
Unanswered
lucaspmarra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running project AS-IS, following documentation ends with a error
Doc page: https://feathersjs.com/cookbook/authentication/firebase.html
firebase.js and authentication.js is like doc says and the error explode:
import { authentication } from './authentication.js' ^^^^^^^^^^^^^^ SyntaxError: The requested module './authentication.js' does not provide an export named 'authentication'
I've tried another approach in authentication.js:
Got the error as expected:
Changed authentication.js:
New error:
If doc is not working, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions