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 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
Flutter: GoogleSignInAccount The property 'authentication' can't be unconditionally accessed because the receiver can be 'null'
I'm new to flutter. Am practicing google account log in.
When I define GoogleSignInAccount, there is an error: "A value of type 'GoogleSignInAccount?' can't be assigned to a variable of type 'Goo...
YellowD
Votes: 0
Answers: 1
Google Sign-In error: type 'Future<GoogleSignInAccount?>' is not a subtype of type 'GoogleSignInAccount?' in type cast
Using FirebaseAuth I'm trying to get google account registration to my app.
on my home screen I click on a TextButton to navigate to the ConnectionPage,
which on initial use, transfers me to the SignU...
nullSafety
Votes: 0
Answers: 1
Read username from GoogleSignInAccount ( Google Fit Android API)
I'm using the Google Fit Android API to retrieve fitness data and it all works like a charm. I want to also access the name of the currently logged in user , which should be accessible by GoogleSignIn...
davyioner
Votes: 0
Answers: 1

