Code-4-Community / breaktime-frontend

2 stars 0 forks source link

Frontend: UUID Determination #43

Open kennedyry opened 1 year ago

kennedyry commented 1 year ago

On the frontend, we need to know what our User ID is to properly create entries and comments. Using Amplify, we should research how to best retrieve this information and use it.

Terms of Acceptance:

kennedyry commented 1 year ago

@circlegov had mentioned that this can be grabbed from auth.currentAuthenticatedUser - may be useful exploring this for whoever picks this up.