what is the correct way to integrate google login in ionic app
- install the plugin
- generate a token request to you backend
- if → true the user is logged and you can store something in your local storage to let your app know that the user can access private parts.
- if → false access not granted
that’s a typical control.