paint-brush
Adding Google Sign In On Flutter Webby@cotr
1,886 reads
1,886 reads

Adding Google Sign In On Flutter Web

by Code on the Rocks22mJuly 11th, 2023
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Google Sign In on the web is more complex than those on the mobile platforms. The signIn method used on mobile platforms only provides an access token and so should be avoided if your app needs an ID token. An ID token can only be acquired using signInSilently or the renderButton widget. Once you have a Google client, you can pass it to the Google Sign In class directly in the dart-sign-In file.
featured image - Adding Google Sign In On Flutter Web
Code on the Rocks HackerNoon profile picture
Code on the Rocks

Code on the Rocks

@cotr

Building buzzy software

0-item

STORY’S CREDIBILITY

Code License

Code License

The code in this story is for educational purposes. The readers are solely responsible for whatever they build with it.

L O A D I N G
. . . comments & more!

About Author

Code on the Rocks HackerNoon profile picture
Code on the Rocks@cotr
Building buzzy software

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here