question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Since upgrading to v5, getting warning "export 'AngularFireObject' was not found in 'angularfire2/database'"

See original GitHub issue

Version info

Angular: 4.4.6

Firebase: 4.6.0

AngularFire: 5.0.0-rc.3

Other (e.g. Ionic/Cordova, Node, browser, operating system):

** Errors in the JavaScript console **

** Output from firebase.database().enableLogging(true); **

** Screenshots ** image

Expected behavior

I should be able to upgrade to AngularFire2v5 without getting warnings in my console.

Actual behavior

I get warnings in my angular-cli build. The warning appears each time I save a file. Would to get rid of it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aaronfrostcommented, Oct 20, 2017

image I checked this last night before I submitted the feedback.

1reaction
davideastcommented, Oct 20, 2017

Hey @aaronfrost! Can you check your node_modules/angularfire2/package.json and see what the version number is? Sometimes npm lies about version it installs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"@angular/fire"' has no exported member 'AngularFireModule ...
I upgraded to "firebase": "~9.0.2" with npm i firebase@9.0.2; I made some corrections in the app.module.ts file: import ...
Read more >
Angular 5 Tutorial: Guide to Your First Angular 5 App - Toptal
Build a notes application from scratch for your first Angular 5 app. Learn Angular CLI, use RxJS, implement Firebase as the back-end, and...
Read more >
NG0301: Export not found! - Angular
For example, if the export not found is ngForm , we need to import FormsModule and declare it in the list of imports...
Read more >
The Angular Firebase Survival Guide Angularfirebase By Jeff ...
The Angular Firebase Survival Guide Build Angular Apps on a Solid Foundation with Firebase Jeff Delaney This book is for sale at ...
Read more >
[Resolved]-Data from firebase don't load? - appsloveworld
I am trying to get data of a certain userId out of a firebase Database. But nothing happens? I am creating an AngularFireObject...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found