Firebase in Angular Applications | Mosh

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 149

  • @garikmelqonyan6011
    @garikmelqonyan6011 6 лет назад +2

    Dear Mosh, thank you very much for your tutorials.They are really great, especially for beginners.

  • @tiiagocorreiia
    @tiiagocorreiia 6 лет назад +2

    Hey greetings from Brazil.
    I love how you explain the details.
    Today you won a new follower.

  • @EMonzon
    @EMonzon 3 года назад +4

    I'm doing this course now and I'm totally stuck because it seems that all these firebase modules have changed. If someone knows how all of this has changed and what to do, please tell me! thanks

    • @whocares611
      @whocares611 3 года назад +1

      i have the same problem, i wish i could refund the course but there is not possible, so a big let down...

    • @Don_ron666
      @Don_ron666 3 года назад +1

      @@whocares611 I have the same problem as well trying to work through them but it's very hard

    • @whocares611
      @whocares611 3 года назад

      @@Don_ron666 thx ruben for your comment. Im really dissapointed with the course, it is really out of date and not support at all from the teacher and no way to refund it...

  • @srikanthambaldhage2268
    @srikanthambaldhage2268 2 года назад +1

    Thankyou Mosh

  • @iLoveTurtlesHaha
    @iLoveTurtlesHaha 5 лет назад +8

    Anyone else loves the say Mosh says "so"? Ok, I'll let myself out now. XD

    • @christiankomodo
      @christiankomodo 3 года назад +1

      I know what you mean - and that's one reason I like online courses with someone other than a normal American accent. The interesting way the words are spoken helps keep me tuned in for some reason, and keeps me from getting distracted during parts I already know. All the online courses I take are with instructors with accents! I specifically enjoy how Mosh speaks.

  • @DOLiWOODFilmsVeneto
    @DOLiWOODFilmsVeneto 6 лет назад

    I saw many tutorials. Yours are the best explained...no way

  • @lucisetumbrae
    @lucisetumbrae 7 лет назад

    Great little video that is a very clear walkthrough of getting Firebase up and running in Angular 2. Worked for me!

  • @Artificial_Intelligence_AI
    @Artificial_Intelligence_AI 7 лет назад +3

    English is not my mother tongue but man you made a fantastic explanation. I was searching during days with tons of videos regarding to this topic but any of them were so good like this. After this, All I can do is give you a like and subscribe to your channel. You truly deserve it.

  • @ranjithuk2805
    @ranjithuk2805 6 лет назад +2

    Dear Mosh, could you please share the second video of the firebase tutorial.

  • @praveenrajsr2112
    @praveenrajsr2112 6 лет назад +2

    Your Angular tutorials are awesome! Please do more :)

  • @AntonioRiga
    @AntonioRiga 6 лет назад +1

    This is the best explanation I have found! Thank you!

  • @pg0812
    @pg0812 Год назад

    Perfect, really helpful.

  • @dualvideoviralguytalksincar
    @dualvideoviralguytalksincar 7 лет назад +10

    woaaah, that explainaton

  • @muhammadbilalnoor6003
    @muhammadbilalnoor6003 2 года назад

    Sir Love You (Blessings)

  • @habibbellia2607
    @habibbellia2607 7 лет назад

    simple explanation ... greate understanding .... WOW tanks Mr MOSH

  • @ThaSaltyDawg
    @ThaSaltyDawg 6 лет назад

    love all your tutorials, you are a very good instructor

  • @yooscripts5947
    @yooscripts5947 5 лет назад

    very easy to undersand, thanks Mr Mosh

  • @danielubanan5503
    @danielubanan5503 5 лет назад +6

    I need help. I'm having troubles around 16:51. Somehow "db.list" doesn't have the subscribe property anymore.
    Here is the error: "Property 'subscribe' does not exist on type 'AngularFireList'."
    It also says that the return type of "db.list" is "AngularFireList".
    So I'm guessing that it is no longer returning an observable which why the subscribe property is no longer available.
    Angular CLI: 7.1.4
    Node: 10.15.0
    @angular/fire: 5.1.1
    Please help. Thanks.
    EDIT:
    So I found the answer.
    db.list('/courses')
    .valueChanges()
    .subscribe(courses=> {
    this.courses= courses;
    console.log(this.courses);
    });

    • @pierre-yvesd3551
      @pierre-yvesd3551 5 лет назад

      I was having the same issue, thanks for the tip :)

    • @sergioalvarenga9059
      @sergioalvarenga9059 5 лет назад

      Thank you, I was having the same issue

    • @topsilog2236
      @topsilog2236 5 лет назад

      nakita ko to sa stackoverflow ...dapat pala naghanap nalang muna ako sa comments haha

    • @FinanzMinimalist
      @FinanzMinimalist 4 года назад

      thanks a lot!

  • @immerification
    @immerification 7 лет назад

    I would note that even with observables coming from http (even they emit single value) we should care about unsubscribe on component destroy hook because the ajax call could take some time, and if the component is destroyed before the call completes, the subscription will still be in play (you can try it with rxjs .delay in angular 4)

  • @MrSvitS1337
    @MrSvitS1337 3 года назад

    не зря английский учил! super thx for tutorial

  • @o1techacademy
    @o1techacademy 2 года назад

    Very informative

  • @anjaniravinuthala2381
    @anjaniravinuthala2381 6 лет назад

    Fantastic, Awesome teaching By Most Hamedani.

  • @stevenhenry746
    @stevenhenry746 4 года назад +3

    Google Firebase has now changed a lot. Confused! :O

  • @ganeshveeravelli1079
    @ganeshveeravelli1079 5 лет назад

    thank you sir for your brief explanation on firebase

  • @murthy900
    @murthy900 6 лет назад

    good info about memory leaks !

  • @troinux1174
    @troinux1174 6 лет назад

    man you're good, i need more firebase tuts.... can you please do a (zero to pro firebase series)

  • @gunasekaranpalanisami6182
    @gunasekaranpalanisami6182 4 года назад

    step by step .. super

  • @codingdost4782
    @codingdost4782 4 года назад

    Awesome dear Sir Mosh :)

  • @ajithanandan5823
    @ajithanandan5823 4 года назад

    good teaching thank you sir

  • @veselin4504
    @veselin4504 5 лет назад +1

    This guide is not working with AngularFire 5.0. Please be aware.

  • @aomo5293
    @aomo5293 6 лет назад

    Really Fantastic. Thank you
    AYOUB MOROCCO

  • @cardflopper3307
    @cardflopper3307 6 лет назад +5

    i have a slight difference (nov 13 2017). When i go to the console, I don't have objects, rather the data received from Firebase is a normal array. Later, in the view snippet, to get it to work i used {{ course }} rather than {{ course.$value }} . Does anyone else have this difference?

    • @blvnktek
      @blvnktek 6 лет назад

      yeah the newer version of angular just makes it simpler I think

    • @rekhakrish4980
      @rekhakrish4980 5 лет назад

      yes. {{course}} worked for me too

  • @aniketkamthe2091
    @aniketkamthe2091 6 лет назад

    I think you forgot to mention, npm install angularfire2 ... btw great tutorial. Thanks for sharing.

  • @GJihed
    @GJihed 6 лет назад +2

    I like a lot your way of teaching !!
    I'm having some difficulties in displaying data from fire-base. I'm using NG 6, and since a lot have been changed and deprecated i struggled a bit to get the same result as a beginner with NG 6. I couldn't manage to display data like your '' Adding object lecture " exactly when i pushed an object and tried to display it using {{ course || course.name }}. I get as a return the list but with [object object] instead of course5.
    If anyone had the same problem, it would be great to share your solutions. Thanks in advance !

    • @andrewlawton9993
      @andrewlawton9993 2 года назад

      this sections of this.courses = courses is producing an error. I've copied the code line for line

  • @liberty_duck
    @liberty_duck 5 лет назад

    It works!! Cool :)

    • @moutazsh5343
      @moutazsh5343 4 года назад

      what angular version you use ?

  • @omarAhmed-wt8kx
    @omarAhmed-wt8kx 5 лет назад

    very good job

  • @MichalRutz
    @MichalRutz 5 лет назад +4

    keep getting error Property 'subscribe' does not exist on type 'AngularFireList'.
    :/

    • @kumarkanhaiya376
      @kumarkanhaiya376 5 лет назад

      I am facing the same problem

    • @user-ll3qg1xm5b
      @user-ll3qg1xm5b 5 лет назад +8

      StackOverflow says that it should work:
      db.list('/courses')
      .valueChanges()
      .subscribe(courses=> {
      this.courses= courses;
      console.log(this.courses);
      });

    • @leo7438
      @leo7438 4 года назад

      Array create with firebase doesn’t exist in my localhost (in console section). At 19:47 in this video. Solutions?

  • @darya1394
    @darya1394 6 лет назад +1

    I have type error in Adding Object section in html file (let course of courses$ | async): Error: InvalidPipeArgument: '[object Object]' for pipe 'AsyncPipe' How can I fix it? It seems I have different types and *ngFor doesn't iterate courses$
    But adding new course to the database works correctly. The issue is that it isn't displaying on the page.

  • @prachijain8152
    @prachijain8152 5 лет назад

    very helpful

  • @randomdude301
    @randomdude301 6 лет назад +1

    When doing npm install it says angularfire2 is depreciated and to user @angular/fire instead. Please help me with this.

  • @whocares611
    @whocares611 3 года назад +1

    im doing his angular course and im really stuck in the project, it seems to be that all the firebase configuration has changed and the course has not been updated. not recommended his angular course!!!

  • @andrewlawton9993
    @andrewlawton9993 2 года назад +3

    Course is out of date

  • @cardflopper3307
    @cardflopper3307 6 лет назад

    thanks for your great videos! q: how do we "unsubscribe" from observing changes to the Firebase data?

  • @ruwantharatnayake5004
    @ruwantharatnayake5004 6 лет назад

    CAn you share the video tutorial on handling memory leaks in angular firebase.

  • @nirmalab7194
    @nirmalab7194 5 лет назад

    Tq Sooo much

  • @gazdagergo
    @gazdagergo 6 лет назад +1

    17:00 Fix to : `db.list('/courses')
    .valueChanges().subscribe(courses => { ...`

    • @NikhilMahirrao
      @NikhilMahirrao 6 лет назад

      Yes, but still not giving u the key. And if u take snapshotChanges then it gives some messy jason

  • @vrajendramandloi5917
    @vrajendramandloi5917 4 года назад

    hi Mosh.. seriously you did a very good job ... can you plz do me a favour .. i need to link for build enterprise apps with angular course .. can you plz paste it here.. i cannot find it on your website.

  • @muhammadmehdi1304
    @muhammadmehdi1304 3 года назад +1

    i get this error
    ERROR in node_modules/@angular/fire/firebase.app.module.d.ts:2:10 - error TS2614: Module '"../../firebase"' has no exported member 'analytics'. Did you mean to use 'import analytics from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:21 - error TS2614: Module '"../../firebase"' has no exported member 'app'. Did you mean to use 'import app from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:26 - error TS2614: Module '"../../firebase"' has no exported member 'auth'. Did you mean to use 'import
    auth from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:32 - error TS2614: Module '"../../firebase"' has no exported member 'database'. Did you mean to use 'import database from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:42 - error TS2614: Module '"../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:53 - error TS2614: Module '"../../firebase"' has no exported member 'functions'. Did you mean to use 'import functions from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:64 - error TS2614: Module '"../../firebase"' has no exported member 'messaging'. Did you mean to use 'import messaging from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:75 - error TS2614: Module '"../../firebase"' has no exported member 'performance'. Did you mean to use 'import performance from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:88 - error TS2614: Module '"../../firebase"' has no exported member 'remoteConfig'. Did you mean to use
    'import remoteConfig from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~~~~~~
    node_modules/@angular/fire/firebase.app.module.d.ts:2:102 - error TS2614: Module '"../../firebase"' has no exported member 'storage'. Did you mean to use 'import storage from "../../firebase"' instead?
    2 import { analytics, app, auth, database, firestore, functions, messaging, performance, remoteConfig, storage } from 'firebase/app';
    ~~~~~~~
    node_modules/@angular/fire/firestore/interfaces.d.ts:2:10 - error TS2614: Module '"../../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../../firebase"' instead?
    2 import { firestore } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firestore/collection/collection.d.ts:2:10 - error TS2614: Module '"../../../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../../../firebase"' instead?
    2 import { firestore } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firestore/document/document.d.ts:5:10 - error TS2614: Module '"../../../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../../../firebase"' instead?
    5 import { firestore } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firestore/collection-group/collection-group.d.ts:2:10 - error TS2614: Module '"../../../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../../../firebase"' instead?
    2 import { firestore } from 'firebase/app';
    ~~~~~~~~~
    node_modules/@angular/fire/firestore/firestore.d.ts:8:10 - error TS2614: Module '"../../../firebase"' has no exported member 'firestore'. Did you mean to use
    'import firestore from "../../../firebase"' instead?
    8 import { firestore } from 'firebase/app';

    • @izrekeicitaticom
      @izrekeicitaticom 3 года назад

      @Muhammad Mehdi this tutorial is too old... that is the reason why does not work....

  • @anandojha5857
    @anandojha5857 5 лет назад

    sir i am having problem for adding firebase as am using angular 6 with new version of firebase... these methods are somehow not working... i am very greatful to you if you will make a video on it ..its very much needed

  • @caglarkutluyigit3238
    @caglarkutluyigit3238 4 года назад

    I LOVE YOU !

  • @hahahakami7935
    @hahahakami7935 5 лет назад

    Please show me how to get one object value from firebase to angular, plz

  • @leo7438
    @leo7438 4 года назад

    Array create with firebase doesn’t exist in my localhost (in console section). At 19:47 in this video. Solutions?

  • @sukumarm8698
    @sukumarm8698 6 лет назад

    Hey Mosh we got an latest update on Firebase ie FireStore. what do you say about that i mean any course update and demo video's on this would be great.

  • @fasilbabukdy
    @fasilbabukdy 6 лет назад

    Sir... Please Help me...
    can't read this...
    import { AngularFireDatabase, FirebaseListObservable } from 'angularfire2/database';

  • @omkarkothavale9395
    @omkarkothavale9395 6 лет назад

    I dont have environment folder inside src? As I have created project using yeoman and not ng app.How do I add now?

  • @strange6092
    @strange6092 4 года назад

    In console.log it does not print the object it just print the values
    db.list('/courses').valueChanges().subscribe(courses =>{ this.course = courses;
    console.log(this.course);
    });
    Output in console
    0: "course1"
    1: "course2"
    2:
    author: "name"
    price: 150

  • @sas10x39
    @sas10x39 6 лет назад

    mosh..i don't know if you read comments but can you make a tutorial on infinite scroll angular + asp.net core?

  • @caglarkutluyigit3238
    @caglarkutluyigit3238 4 года назад

    i can get data at localhost but i didnt get when i download content of dist file via filezilla on my website. what can i do for?

  • @shawkisukkar7922
    @shawkisukkar7922 7 лет назад

    I am waiting for a MEAN stack course
    good luck

  • @Deepakkumar-eb3us
    @Deepakkumar-eb3us 5 лет назад

    i have subcribe error by your code.. how to solve it. i am using angular 8

  • @girishg8066
    @girishg8066 6 лет назад

    hi sir i want full back end angular latest course is it available ?

  • @anthonyangatia7193
    @anthonyangatia7193 4 года назад

    What is the difference between angularfire2 and @angular/fire

  • @rahmanmahmoodi8573
    @rahmanmahmoodi8573 6 лет назад

    This doesn't work anymore with angularfire2 5?

  • @tamannagoyal8953
    @tamannagoyal8953 6 лет назад

    Which editor or IDE are you using sir ?

  • @akshays9002
    @akshays9002 6 лет назад

    hey Mosh its old version of Firebase, currently V5 have several changes , can you redo the video with latest

  • @JamesJohnAgar
    @JamesJohnAgar 7 лет назад

    Why did you put db into imports surely that is a service provider ?

  • @guidocardona65
    @guidocardona65 6 лет назад

    Can Firebase used for electronic Patient record Management appps eficienttly

  • @tahirmehmood9369
    @tahirmehmood9369 5 лет назад

    mosh i am getting some error while running the command
    npm install firebase angularfire2 --save
    if somehow i manage to pass i am getting some more errors in console regarding
    function and some fire* is not exported from '@angular/modul....blablabla'
    please do help me

  • @cwcfunclock2709
    @cwcfunclock2709 5 лет назад +2

    Bro!! You always impress me a lot and a lot feed our knowledge ;)

  • @Deepa0811
    @Deepa0811 3 года назад

    I was able to able to display on data on the client side by adding the following

    {{ course || course.name }}

  • @sejaumcandidatomelhor
    @sejaumcandidatomelhor 7 лет назад +1

    14:19 there is some way for check if connection are right without insert ou read data? Tutorial end sad 17:40 ERROR: (Property 'subscribe' does not exist on type 'AngularFireList')

    • @jaznoalpha7686
      @jaznoalpha7686 7 лет назад +1

      Same for me

    • @vipulsingh120
      @vipulsingh120 6 лет назад +1

      If u using latest angular cli thn u have to use valuechages method

    • @vipulsingh120
      @vipulsingh120 6 лет назад

      Don't use subscribe method

    • @vipulsingh120
      @vipulsingh120 6 лет назад

      export class AppComponent implements OnInit {
      title = 'app';
      products: Observable;
      // tslint:disable-next-line:one-line
      constructor(private _db: AngularFireDatabase){}
      ngOnInit()
      // tslint:disable-next-line:one-line
      {
      this.products = this._db.list('/products').valueChanges();
      }
      }

    • @vipulsingh120
      @vipulsingh120 6 лет назад +2

      use this one ...
      ngOnInit()
      // tslint:disable-next-line:one-line
      {
      this._db.list('/courses')
      .valueChanges()
      .subscribe(product => {
      this.products = product;
      console.log(this.products);
      } );
      }
      happy coding...!!!!! :)

  • @prasad3673
    @prasad3673 5 лет назад

    how to get reference id in return insert

  • @sanjibanichoudhury7517
    @sanjibanichoudhury7517 5 лет назад

    how to to add operation in firebase

  • @garikmelqonyan6011
    @garikmelqonyan6011 6 лет назад +1

    Though I have a problem with fetching data from firebase in form of objects.
    courses: any[];
    constructor(db: AngularFireDatabase) {
    db.list('/courses').valueChanges().subscribe(courses => {this.courses = courses; console.log(this.courses); });
    }
    This is the way, how I fetch data from firebase, because I am working with the latest version of Angular.
    So it returns data not in form of objects-key: value pairs, but I get an array like: (3) ["course 1", "course 2", "course 3"].
    Do you have any suggestions how can I fix that?
    Thank you in advance.

    • @NikhilMahirrao
      @NikhilMahirrao 6 лет назад

      I am also facing same problem

    • @NikhilMahirrao
      @NikhilMahirrao 6 лет назад

      constructor(db: AngularFireDatabase) {
      db.list('/courses').snapshotChanges().subscribe(courses => {this.courses = courses; console.log(this.courses); });
      }

  • @amangoel8724
    @amangoel8724 4 года назад

    it is not working

  • @adithigurunath9232
    @adithigurunath9232 4 года назад

    Hi great course! But i am retrieving an empty array though i have stored data in firebase. Can anyone resolve the problem?
    Thanks in advance.

    • @sandeshrimal121
      @sandeshrimal121 3 года назад

      same, you fixed it ?if so please let me know how

  • @chicku975
    @chicku975 6 лет назад

    Getting runtime error as :
    "Uncaught (in promise): Error: StaticInjectorError(AppModule)[AngularFireDatabase -> InjectionToken angularfire2.app.options]: StaticInjectorError(Platform: core)[AngularFireDatabase -> InjectionToken angularfire2.app.options]: NullInjectorError: No provider for InjectionToken angularfire2.app.options!

  • @ashishsinghrajwar64
    @ashishsinghrajwar64 5 лет назад

    at 17:28 on saving i get error "ERROR in src/app/app.component.ts(13,8): error TS2339: Property 'subscribe' does not exist on type 'AngularFireList'."

  • @eqdatshit8406
    @eqdatshit8406 6 лет назад +2

    Anyone getting error 'cannot find namespace firebase' ?

    • @ck_ink
      @ck_ink 6 лет назад +2

      that is because of a breaking change in firebase package in 4.8.1, try changing the version of firebase: ^4.8.1 to firebase: 4.8.0 in package.json, and then hit npm update in the project folder.

    • @eqdatshit8406
      @eqdatshit8406 6 лет назад

      Yeah i've done that and it worked ! thanks .

  • @sivasumanth
    @sivasumanth 6 лет назад

    How add bootstrap to angular 5

  • @MyMateus666
    @MyMateus666 7 лет назад

    how can i filter my data ?

  • @anonyuser1008
    @anonyuser1008 6 лет назад +1

    Getting this error while "ng serve", can anybody help me out
    /node_modules/angularfire2/database/list/audit-trail.d.ts (7,133): Cannot find namespace 'database'

  • @ianpan0102
    @ianpan0102 5 лет назад

    Could you plz do a video on Firbase + React.js? I believe lots of ppl would appreciate it very much!

  • @dacoolino
    @dacoolino 7 лет назад +1

    Thanks for this very nice tutorial! I have a small problem, when I want to call the "subscribe" on db.list('courses'), I get the following message: Property 'subscribe' does not exist on type 'AngularFireList'. Is that changed over time, or ..?

    • @MrTheanu
      @MrTheanu 7 лет назад +3

      I had the same problem have a look to the code below
      db.list('/courses').valueChanges().subscribe(result=>{
      this.courses=result;
      console.log(this.courses);
      })

    • @sejaumcandidatomelhor
      @sejaumcandidatomelhor 7 лет назад

      same problem. Samebody solved this?

    • @BLACKLIST-RIP
      @BLACKLIST-RIP 7 лет назад

      Do AQ Khan's solution, and then change your "component.html" to
      {{ course }}

    • @vipulsingh120
      @vipulsingh120 6 лет назад

      ngOnInit()
      // tslint:disable-next-line:one-line
      {
      this._db.list('/courses')
      .valueChanges()
      .subscribe(product => {
      this.products = product;
      console.log(this.products);
      } );
      }
      use this one happy coding :)

    • @SaiPrakash16
      @SaiPrakash16 6 лет назад +1

      thanks Vipul, how did u figure it out?

  • @unlimitedtoxicity54
    @unlimitedtoxicity54 6 лет назад

    I am watching this now but seems like they have changed the UI display style of database in firebase.

  • @prbnrjl
    @prbnrjl 6 лет назад

    "No provider for InjectionToken FirebaseAppConfigToken!" I got this runtime error

  • @giribabunagipogu6356
    @giribabunagipogu6356 6 лет назад

    i am getting error "TypeError: db.list(...).subscribe is not a function" can you help me please

    • @dhruvangg
      @dhruvangg 6 лет назад

      Try this one..
      db.list('/Users').valueChanges().subscribe(console.log(this.users)});

  • @fasilbabukdy
    @fasilbabukdy 6 лет назад

    import { AngularFire } from 'angularfire2'; not found ???

    • @BHmauro
      @BHmauro 6 лет назад

      had the same problem, can you fix it?

  • @jameshetfield4144
    @jameshetfield4144 4 года назад

    Go to fireship
    for this kind of stuff

  • @sarah-th9is
    @sarah-th9is 5 лет назад

    mosh aziz in cours ro update kon plssss.

  • @contenidosmultimedios764
    @contenidosmultimedios764 5 лет назад

    Mongo is a NOSQL

  • @johncarter4091
    @johncarter4091 5 лет назад

    pretty old code of firebase

  • @fasilbabukdy
    @fasilbabukdy 6 лет назад +1

    Sir, Please Help...
    Property 'subscribe' does not exist on type 'AngularFireList'.

    • @vipulsingh120
      @vipulsingh120 6 лет назад +2

      Fasil use this code
      ngOnInit()
      // tslint:disable-next-line:one-line
      {
      this._db.list('/courses')
      .valueChanges()
      .subscribe(product => {
      this.products = product;
      console.log(this.products);
      } );
      }
      Happy Coding

    • @fasilbabukdy
      @fasilbabukdy 6 лет назад

      Vipul Singh: thanks...

  • @Sijinrajk
    @Sijinrajk 7 лет назад

    What happens to ER model

    • @Sijinrajk
      @Sijinrajk 7 лет назад

      hi mosh I completed your ap.net mvc course few weeks before ,razor views or angular which should I choose

  • @devkumaruk
    @devkumaruk 7 лет назад

    very useful