Well, I'm developing an app with ionic 3+ firebase. I am facing a problem: I can not write a list of data. Here is the code:
this.db.database.ref(userId)
.push({
dataPag: pedido.dataPag,
tipo: pedido.tipo,
qtde: pedido.qtde,
pv: pedido.pv,
desc: pedido.desc,
valTot: pedido.valTot,
cliente: pedido.cliente,
produto: pedido.produto,
total: pedido.total,
formaPag: pedido.formaPag,
listaProd: pedido.vetCarrinho
It displays an error with the "Carriage" field, and all others usually write to the bank.