Skip to content

Commit

Permalink
Add Google Firebase Web Client ID fallback to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Nov 15, 2024
1 parent d479857 commit fd28477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ export const PAYPAL_CLIENT_ID =
: 'AZ2vK0luRWMX9zzwLs-Ko_B_TJxeHYvIFCgXWcNBt50wmj7oZcUw8n4cf11GgdClTVnYMuEs5vRnxVEk';
// Google related constants
export const GOOGLE_FIREBASE_WEB_CLIENT_ID =
process.env.REACT_APP_GOOGLE_FIREBASE_WEB_CLIENT_ID || '';
process.env.REACT_APP_GOOGLE_FIREBASE_WEB_CLIENT_ID ||
'772840497386-4m51j455n7aqi54uhfm7ub6p645or2ed.apps.googleusercontent.com';

0 comments on commit fd28477

Please sign in to comment.