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 52804d9 commit 699ac5eCopy full SHA for 699ac5e
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: '106054659932-bo6jk5s6eukeib2pf7d8r6n7er6ofn1b.apps.googleusercontent.com',
+ webClientId: '***', // Enter Your ID Here
39
offlineAccess: true, // if you want to access Google API on behalf of the user FROM YOUR SERVER
40
});
41
}
@@ -204,4 +204,4 @@ const styles=StyleSheet.create({
204
},
205
206
})
207
-
+
0 commit comments