We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operators.d.ts and facades.d.ts file gives me errors about auth and User interfaces.
operators.d.ts
facades.d.ts
Solved by changing the path of their firebase import: from
import firebase from 'firebase/app'
to -->
import firebase from 'firebase/compat/app'
Please make the change as soon as possible, thanks
Edit: Also every .js file in node_modules\capacitor-firebase-auth\dist\esm_ gives me errors
For example:
./node_modules/capacitor-firebase-auth/dist/esm/definitions.js:6:22-66 - Error: export 'default' (imported as 'firebase') was not found in 'firebase/app' (possible exports: FirebaseError, SDK_VERSION, _DEFAULT_ENTRY_NAME, _addComponent, _addOrOverwriteComponent, _apps, _clearComponents, _components, _getProvider, _registerComponent, _removeServiceInstance, deleteApp, getApp, getApps, initializeApp, onLog, registerVersion, setLogLevel)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
operators.d.ts
andfacades.d.ts
file gives me errors about auth and User interfaces.Solved by changing the path of their firebase import:
from
to -->
Please make the change as soon as possible, thanks
Edit:
Also every .js file in node_modules\capacitor-firebase-auth\dist\esm_ gives me errors
For example:
The text was updated successfully, but these errors were encountered: