IngridGdesigns / Urban_Garden

Urban Garden is a food bartering app that reduces the impact of food waste, builds community, and creates an additional digital farmers’ barter market.
3 stars 2 forks source link

Cannot fetch users from Auth0 db #5

Closed IngridGdesigns closed 5 years ago

IngridGdesigns commented 5 years ago

Need to post users from Auth0 to my local posgreql database.

IngridGdesigns commented 5 years ago

Now I can fetch and post to my postgres db, had to make another function to getProfile. And they are added by pushing a button. Next step is to have it done when they log in, instead of the user pushing a button to get added.

IngridGdesigns commented 5 years ago

Alright it works now, function was not being called in the Auth.js file, added a constrain to the usersdata table to not have repeated users in the database!