How to upload a react-table to firebase?

0

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: ""
          }
        ]
      }
    ]
  }
    
asked by kevin torres 26.05.2017 в 20:57
source

0 answers