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

get post question and post responses #185

Open
DattaKansal opened this issue Mar 4, 2025 · 0 comments · Fixed by #189
Open

get post question and post responses #185

DattaKansal opened this issue Mar 4, 2025 · 0 comments · Fixed by #189
Assignees

Comments

@DattaKansal
Copy link
Contributor

DattaKansal commented Mar 4, 2025

create three firebase functions:

  1. given post id return the question of the post id (look at the "question" field in Post.swift in main)
  2. given post id return the postDateAndTime string (look at the "postDateAndTime" field in Post.swift in main)
  3. given post id return the responseOption1 and responseOption2 (look at those respective fields in Post.swift in main)

do this in SearchViewModel

@anthonyle51 anthonyle51 self-assigned this Mar 4, 2025
@anthonyle51 anthonyle51 linked a pull request Mar 4, 2025 that will close this issue
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 a pull request may close this issue.

2 participants