revert to web client token

This commit is contained in:
Bart Akeley 2018-05-27 11:50:45 -05:00
parent f37e919284
commit 02384f3f0e

View file

@ -10,7 +10,7 @@ export type GoogleUser = {
export const authGoogle = async () => {
await GoogleSignin.configure({
webClientId: '648700523612-812quqm392fiio9s671pi5c7mmol7bas.apps.googleusercontent.com',
webClientId: '648700523612-5p6rpumnhcjr4635hnsg4d7cg88ue3te.apps.googleusercontent.com',
});
return GoogleSignin.signIn();
};