getColecciones({ commit }) { const messages = db.collection(this.selected); //here i need get value
const colecciones = []; messages.get().then(res => {