Expo EAS build on iOS URL scheme for Google SignIn

On iOS, I’m attempting to incorporate Google signin.

I have configured the clientID in the plist file.
When I run the app, I get the error that URL scheme is not supported for the clientID parameter.
The iOS documentation by Google asks that we specify the URL scheme in the Xcode project file.

Is there an equivalent way to specify the URL scheme when building the app using eas?