Skip to content

Commit 336bc5d

Browse files
authored
Update LoginScreen.js
1 parent c2f6bcd commit 336bc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screens/LoginScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class LoginScreen extends React.Component{
3535
componentDidMount() {
3636
GoogleSignin.configure({
3737
scopes: ["https://www.googleapis.com/auth/userinfo.profile"],
38-
webClientId: '***', // Enter Your ID Here
38+
webClientId: '***', // TODO : Get WebClient ID From Firebase By Enabling Google SIGN In
3939
offlineAccess: true, // if you want to access Google API on behalf of the user FROM YOUR SERVER
4040
});
4141
}

0 commit comments

Comments
 (0)