Skip to content

devlink card UI 변경에 따른 Firestore 작업 #104

Description

@daadaadaah

왜 필요한가

  • devlink card UI가 변경되었음

어떻게 할 것인가

  • Firebase functions 대신 Frontend 에서 바로 Firebase firestore 접근하도록 진행(임시 방편)
    • Firebase function 사용하려면, blaze로 업그레드에 해야 됨
    • blaze로 업그레이드 할 경우, 비용 발생하므로, 무료로 이용할 수 있는 AWS Lambda 와 Dynamo DB 고려중
constnewDevlink={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: newDate().toISOString(),updatedAt: null,deletedAt: null,};

참고할 만한 자료는 있는가

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancement기능 업그레이드

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions