export const actionCodeSettings = { // URL you want to redirect back to. The domain (www.example.com) for // this URL must be whitelisted in the Firebase Console. url: process.env.BASE_URL, // This must be true for email link sign-in. handleCodeInApp: true, };