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
I tried to follow this tutorial but get stuck at this step.
<FirebaseContext.Provider value={new Firebase()}>
It produces an error that says:
TypeError: components_firebase_index_jsx__WEBPACK_IMPORTED_MODULE_5_.default is not a constructor
Others on stack overflow have commented that Google Auth is no longer configured the way it once was and that this may be the reason that the tutorial steps aren't producing the expected outcomes.
Have others found a way through this?
The text was updated successfully, but these errors were encountered:
I tried to follow this tutorial but get stuck at this step.
<FirebaseContext.Provider value={new Firebase()}>
It produces an error that says:
TypeError: components_firebase_index_jsx__WEBPACK_IMPORTED_MODULE_5_.default is not a constructor
Others on stack overflow have commented that Google Auth is no longer configured the way it once was and that this may be the reason that the tutorial steps aren't producing the expected outcomes.
Have others found a way through this?
The text was updated successfully, but these errors were encountered: