How to integrate (correct way) social login in ionic app (google login)

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.

You can check the answer to my post.

Basically yo can use @capacitor-firebase/authentication plugin and then you can follow this demo.