MCPcopy Create free account
hub / github.com/Timonwa/react-chat / googleSignIn

Function googleSignIn

src/components/Welcome.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import CopyCode from "./CopyCode";
6
7const Welcome = () => {
8 const blogUrl =
9 "https://tech.timonwa.com/blog/create-multi-room-chat-app-using-react-firebase";
10 const termsUrl = "https://tech.timonwa.com/terms";
11
12 const googleSignIn = () => {
13 const provider = new GoogleAuthProvider();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected