Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meet, User API 추가 #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Meet, User API 추가 #2

wants to merge 6 commits into from

Conversation

namooplus
Copy link
Member

Title

Meet, User API 추가

Descriptions

  • firestore util 함수로 getDocuments, watchDocument, updateDocument를 추가합니다.
  • Meet, User에 접근/수정할 수 있는 api를 추가합니다.
  • path alias resolve 이슈가 있어 수정합니다.

data: T

type Document = { id: string } & DocumentData;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

collectionId를 한번만 받아서 이 모든 util들을 묶어서 return 하는 하나의 함수를 만드는건 어떨까용?? 콜렉션이 여러개 생길때마다 이 함수들이 모두 필요할것 같고 그 함수들마다 기본 타입은 같을거 같아서 한번에 만들어낼 수 있으면 더 좋을듯 !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants