db.collection('cheshi').add({
data: {
cheshi:4,
}
}).then((res) => {
console.log(res)
})