FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

switch to `findOrCreate` #99

Closed glebec closed 6 years ago

glebec commented 6 years ago

https://github.com/FullstackAcademy/boilermaker/blob/ad468c9d2c7996540ea9d268eb126c0c6992d3b6/server/auth/google.js#L38-L44

This could probably be a findOrCreate with search query & default params (in case of create). From Fellows who taught 1804!

bitmoji

collin commented 6 years ago

Wow, this is the first time I've seen that github markdown feature! Amazing

collin commented 6 years ago

Also yes.

glebec commented 6 years ago

Wow, this is the first time I've seen that github markdown feature!

I actually didn't know you could include multiple lines until I saw your edits, so yay teamwork.