Posts by cezarbaque • 1 point
2 posts
-
0
votes1
answer32
viewsA: "Function expected" error when using ngFor to return a Firebase string, using Ionic 3 and Angularfire2
Guys, I figured out what I needed to do. It was a problem in rxjs, which I needed to update from 5.5 to 6.0, as Angular was not compatible with 5.5. I used the following command in the folder of the…
-
0
votes1
answer32
viewsQ: "Function expected" error when using ngFor to return a Firebase string, using Ionic 3 and Angularfire2
Galley, I am using Ionic3 and Angularfire2 as follows. I have created a file. ts called Servide where I export a function called getAll to get all the list of a table called 'colors' in Firebase.…