Skip to content

Listener for user state change for web

Compare
Choose a tag to compare
@fullstackduck fullstackduck released this 15 Feb 18:14
· 120 commits to master since this release

Usage:

GoogleAuth.addListener('userChange', (googleUser) => {
      console.log("userChange:", googleUser);
});