GravityProject / gravity

Open source social network built with Meteor
MIT License
131 stars 62 forks source link

Profile pictures. #84

Open UnbanTwin opened 8 years ago

pmuens commented 8 years ago

Do you have an idea how to implement that? Store the pictures on the server or use something such as Filepicker?

zaverichintan commented 8 years ago

We can use amazon or on own server. By file picker in front end and Backend with meteor file collection

pmuens commented 8 years ago

Yes. file picker sounds good. Gravity is hosted on Heroku so I can add it to the application.

zaverichintan commented 8 years ago

Meteor can use - https://atmospherejs.com/mrt/impicker-security . Kindly suggest.

pmuens commented 8 years ago

Looks great. We've used this before https://atmospherejs.com/goltfisch/filepicker

Maybe we wait until Meteor 1.3 so that we can use the official NPM package...

zaverichintan commented 8 years ago

I think this is solved ? Or I am only getting the profile picture ?

pmuens commented 8 years ago

We've currently only used Gravatar. So you profile picture is taken from there.