Skip to main content
Use Google Identity Services (or Firebase-authenticated Google users) to pass ID tokens to Char.

1) Configure Google in Char

Set provider settings and allowed audiences in dashboard.

2) Read token

const idToken = response.credential;

3) Connect

agent.connect({
  publishableKey: "pk_live_...",
  idToken,
});

Identity Providers Overview