Cloud Functions-TypeScript- “Object is possibly 'undefined'.ts(2532)”

后端 未结 2 1475
难免孤独
难免孤独 2021-01-06 23:43

This is my code:

export const newPost = functions.firestore
.document(\'post/{postId}/\')
.onCreate((snap, context) => {

    const postData = snap.data()         


        
2条回答
提交回复
热议问题