Hello guys what is best in this scenario ? I imple...
# support-questions-legacy
u
Hello guys what is best in this scenario ? I implemented ThirdPartyEmailPassword + I added custom fields such as name, address, subscription status and I saved them after successful signup to separate table. Now when I want to retrieve all info such as email etc... What is best to do ? create @Get() service inside NestJS and join the tables ?