Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 824 Bytes

File metadata and controls

27 lines (14 loc) · 824 Bytes

Google Login Setup

This article, we're going to setup Google+ authentication.

step 1: Enable Google login on Firebase

  • Navigate to your firebase project
  • Navigate to Authentication -> SignIn Method
  • Enable Google Authentication
  • Here you can see "WebClientId"
  • Save It

updating config

Step 2: Updating Config files

  • project/config.xml with REVERSE webClientID reverse client id

  • Open your project/src/settings.ts & project/package.json update your webClientId

gauth package