Skip to content

Instantly share code, notes, and snippets.

@tomnielsen
tomnielsen / google_signin_async_example.html
Last active January 6, 2020 17:35
Example of how to call Google signin using async calls using ES6.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test Google signin automatic with fallback to prompt</title>
</head>
<body>