Skip to content
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

@angular/fire v6 compatibility #43

Open
maikelnight1234 opened this issue Mar 3, 2020 · 4 comments
Open

@angular/fire v6 compatibility #43

maikelnight1234 opened this issue Mar 3, 2020 · 4 comments

Comments

@maikelnight1234
Copy link

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ X ] feature request

OS and Version?

Windows 10

Versions

 _                      _                 ____ _     ___
/ \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|

/ △ \ | '_ \ / | | | | |/ _ | '__| | | | | | |
/ ___ | | | | (
| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/

Angular CLI: 9.0.4
Node: 12.16.1
OS: win32 x64

Angular: 9.0.4
... animations, cli, core, forms
Ivy Workspace: Yes

Package Version

@angular-devkit/architect 0.900.3
@angular-devkit/build-angular 0.900.3
@angular-devkit/build-optimizer 0.900.3
@angular-devkit/build-webpack 0.900.3
@angular-devkit/core 9.0.3
@angular-devkit/schematics 9.0.4
@angular/cdk 9.1.0
@angular/common 9.0.3
@angular/compiler 9.0.3
@angular/compiler-cli 9.0.3
@angular/fire 6.0.0-rc.1
@angular/flex-layout 9.0.0-beta.29
@angular/language-service 9.0.3
@angular/material 9.1.0
@angular/platform-browser 9.0.3
@angular/platform-browser-dynamic 9.0.3
@angular/router 9.0.3
@ngtools/webpack 9.0.3
@schematics/angular 9.0.4
@schematics/update 0.900.4
rxjs 6.5.4
typescript 3.7.5
webpack 4.41.2

Repro steps

  1. Install and configure ng-bootstrap in my Angular project
  2. ng serve

The log given by the failure

ERROR in ./node_modules/@firebaseui/ng-bootstrap/ivy_ngcc/esm2015/ng-bootstrap.js 1614:29-54
"export 'FirebaseNameOrConfigToken' was not found in '@angular/fire'
ERROR in ./node_modules/@firebaseui/ng-bootstrap/ivy_ngcc/esm2015/ng-bootstrap.js 1610:29-49
"export 'FirebaseOptionsToken' was not found in '@angular/fire'

Desired functionality

Compile and serve the UI.

Mention any other details that might be useful

I had the same error with ngx-auth-firebaseui. The problem seems to be with @angular/fire v6.

Thanks!

@locurasleal
Copy link

Same issue for me! did you get it runing?

@iMrLopez
Copy link

iMrLopez commented Jul 16, 2020

still not working as of today, anyone figured out how to make it work?

@vaughnmuirhead
Copy link

Anyone have a workaround for this?

@dsuwirya
Copy link

dsuwirya commented Aug 9, 2020

I got it working by turning off ivy:

tsconfig.json

"angularCompilerOptions": {
"enableIvy": false,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants