ice-cream-the-fat-cat / my-niwa-backend

0 stars 3 forks source link

Create GetUserAccount endpoint with CreateUserAccount function(Want to push #79) #71

Closed yukari-n-erb closed 3 years ago

yukari-n-erb commented 3 years ago

Description

Add GetUserAccount endpoint with CreateUserAccount function to save user coin balance and unlock flowers.

Closes issue(s)

70

Screenshots

Screen Shot 2021-09-04 at 11 45 48 Screen Shot 2021-09-04 at 11 45 53

GET /api/v1/users/xxxxxx1

Screen Shot 2021-09-04 at 11 46 05 Screen Shot 2021-09-04 at 11 46 08

GET /api/v1/users/xxxxxx

Screen Shot 2021-09-04 at 11 46 18 Screen Shot 2021-09-04 at 11 58 00

Changes include

Checklist

Other comments

This PR's users model has already FireBaseUserId column. (ref : Feature fix fire base user #79 )

yukari-n-erb commented 3 years ago

memo : How can I add pass userFireBaseID and return ...

Screen Shot 2021-09-02 at 21 48 10 Screen Shot 2021-09-02 at 21 49 49
yukari-n-erb commented 3 years ago

memo : after merge #79, I will merge this PR just in case to avoid conflict

kome12 commented 3 years ago

@yukari-n-erb I'll merge this for now because I need this change to work on the next few issues!