Posts by Junior De Souza • 13 points
2 posts
-
0
votes1
answer665
viewsQ: How to browse a list of javascript objects?
Well, I recovered this value from my firebase users node, however I am not able to recover the values, for example: name, cell phone, email. Note: I have tried this.obj[0]. name; and return me…
-
0
votes2
answers1959
viewsQ: how to wait for a finished method to execute the next in angular?
Well, I’m doing an Angular course, I’m trying to understand the concept of Observables and Promisses, but I’m a little confused, I’m using Firebase to create a simple application, where I use email…