Skip to content

Instantly share code, notes, and snippets.

@Huucong95
Huucong95 / gsi-with-nuxt.md
Created June 2, 2022 14:17 — forked from srestraj/gsi-with-nuxt.md
Integrate Google Sign-in and One-tap with Nuxt.js

Integrate Google Sign-in (Popup method) with Nuxt.js - Works in Incognito mode as well

Add GSI client in your nuxt.config.js
export default {
  ...
  head: {
    ...