Posts by Leonardo Henrique de Andrade • 11 points
1 post
-
1
votes0
answers84
viewsQ: How to insert a field in a Firebase document by Ionic Angular code?
I am not able to insert a field with the user id in a document, I need the user.uid to become a field of type Boolean I tried that, but I miss the point: let{ user.uid : true } I also tried to add…