CampusMadridProjects / directory-backend

Campus Directory Backend. It uses Cloud Functions for Firebase as entry point, and stores data in Firestore.
MIT License
1 stars 0 forks source link

Populate Company/Org data from real profiles #13

Open CodingCarlos opened 5 years ago

CodingCarlos commented 5 years ago

[Originally posted in Frontend repo by @musikame]

When company/org name is updated, user's profile still show old name (example: Edu Duque and "Campus Madrid" - it should be "Google for Startups")

I'm pretty sure that's a backend issue. As far as I've just checked out, it's getting the default sheet value, instead of populating the data from the real company field.

https://github.com/CampusMadridProjects/directory-backend/blob/master/components/people/index.js#L74