Posts by Fire Zero • 21 points
2 posts
-
1
votes1
answer83
viewsQ: I cannot pass the key attribute of the object I want to edit
I’m trying to edit a device inside my CRUD, using Firebase’s Angular 9 and Realtime Database, by clicking on the "Edit" button, I’m redirected to another page so I can change the values of that…
-
0
votes1
answer67
viewsQ: I cannot display the Key element in the table
The previous problem was solved, but now I need to list also the key of my objects, because after I changed the method in my file . ts from snapshotChanges() for valueChanges(), I can no longer…