codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Moving Google Analytics requests to backend #154

Closed AuraOfDivinity closed 4 years ago

AuraOfDivinity commented 4 years ago

Problem

As discussed in the previous meeting there was an issue with authenticating all the users of the application within the clientside implementation at https://github.com/codeuino/social-platform-donut-frontend/pull/529.

Solution of problem

How did you solve this problem? This is fixed in this PR with the use of a google service account. Any user hitting the endpoints introduced in this PR would be able to get a response with the required details without any issue

Type of Change

Checklist

devesh-verma commented 4 years ago

@AuraOfDivinity, please resolve conflicts