We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f6bcd commit 336bc5dCopy full SHA for 336bc5d
screens/LoginScreen.js
@@ -35,7 +35,7 @@ export default class LoginScreen extends React.Component{
35
componentDidMount() {
36
GoogleSignin.configure({
37
scopes: ["https://www.googleapis.com/auth/userinfo.profile"],
38
- webClientId: '***', // Enter Your ID Here
+ webClientId: '***', // TODO : Get WebClient ID From Firebase By Enabling Google SIGN In
39
offlineAccess: true, // if you want to access Google API on behalf of the user FROM YOUR SERVER
40
});
41
}
0 commit comments