python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do you uninstall Google Cloud Platform app from project
I wanted to test out the GCP "Identity Providers" app with an existing projected that I use for OAuth.
I went through the whole process of installing and setting up a payment method before r...
VimUser
Votes: 0
Answers: 0
How can I use the Google Sign In button with the gsi CodeClient (Authorization code flow)?
The google sign in button doesn't render unless I use the google.accounts.id.initialize() method. However to use the authorization code flow I need to use create and use a CodeClient by calling google...
JJ Pell
Votes: 0
Answers: 0
How to handle access_token expiry and google signin status in Google Token Model?
For google sign in, as google deprecated the platform.js library so we are going to use the google identity service library, and get the access_token using the Token Model.
const client = google.accou...

ajayv
Votes: 0
Answers: 0
[GSI_LOGGER]: The value of 'callback' is not a function. Configuration ignored
I'm migrating from Google Sign-in platform to the newer Google Identity Services library.
App.svelte:
<svelte:head>
<script src="https://accounts.google.com/gsi/client" async de...
quanta
Votes: 0
Answers: 6