-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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
Support angular v15 #676
Comments
Whats the status? We have March 5th. Shall I create a pull request? |
@nzedler I've forked this to make it work for my angular 15 project. I think I already created a PR but I'm not sure if i needed to do anything after that as well |
@ciriousjoker Does ngx-auth-firebaseui-avatar work for you in v15? |
@AlexZhidkov i built my own menu. As for the profile dialog, I had to create a file in assets/images/account.svg or something (check the devtools for the exact apth) |
@ciriousjoker do you mind sharing your implementation? |
@AlexZhidkov it won't help you. I just built a small menu with a profile image that comes from a separate data source that has nothing to do with the Firebase user |
Bug Report or Feature Request (mark with an
x
)OS and Version?
Windows 10
Versions
Angular 15.0.3
Repro steps
Try to add this to angular v15 project via
ng add [email protected]
(without the version, npm tries to install v0.1.2)The log given by the failure
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^15.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^14.x" from @angular-material-extensions/[email protected]
npm ERR! node_modules/@angular-material-extensions/password-strength
npm ERR! peer @angular-material-extensions/password-strength@"^11.x" from [email protected]
npm ERR! node_modules/ngx-auth-firebaseui
npm ERR! ngx-auth-firebaseui@"7.1.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Wael\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Wael\AppData\Local\npm-cache_logs\2023-01-05T11_38_24_568Z-debug-0.log
Desired functionality
Mention any other details that might be useful
I think just updating the npm version for the ci/circleci build will solve the issue
The text was updated successfully, but these errors were encountered: