I'm trying to implement Google Sign-in into my Angular 8 app which has a REST backend in Node.js+Express.js, I'm not able to find a usefull library, can anyone help me out please?
1 Answer
You can use Firebase auth for this purpose which is very easy to implement and understand. Either this Google oauth2 nodejs library describes the steps to implement the Google Auth in a node.js environment.