-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancement기능 업그레이드기능 업그레이드
Description
왜 필요한가
- devlink card UI가 변경되었음
어떻게 할 것인가
- Firebase functions 대신 Frontend 에서 바로 Firebase firestore 접근하도록 진행(임시 방편)
- Firebase function 사용하려면, blaze로 업그레드에 해야 됨
- blaze로 업그레이드 할 경우, 비용 발생하므로, 무료로 이용할 수 있는 AWS Lambda 와 Dynamo DB 고려중
const newDevlink = {
user: {
id: request.body.id,
img: request.body.img,
},
url: request.body.url,
thumbnail: request.body.thumbnail,
title: request.body.title,
tags: request.body.tags,
comment: request.body.comment,
createdAt: new Date().toISOString(),
updatedAt: null,
deletedAt: null,
};참고할 만한 자료는 있는가
Metadata
Metadata
Assignees
Labels
enhancement기능 업그레이드기능 업그레이드