Good, I would like to have some clue how to implement the set method. to take the data from a react-table to firebase.
constructor(prosp) {
super(prosp);
this.state = {
ships: [
{
article: mesa,
description: "Lapto",
route: "DLA-WC",
users: "Juan",
progress: 'yes',
delivered: 'no'
},
{
jobs: [
{
users: "", description: "", route: ""
}
]
}
]
}