When I run flutter run deploying Flutter FIrebase mlkit app it throws me the below error
I/flutter (29184): PlatformException(sign_in_failed, Status{statusCode=DEVELOPER_ERROR, resolution=null}, null)
I have created a firebase account and registered the app and configured the app ID and added the plugin in build gradle at app level
and configured the services at the project build level
Can you please let me know if I am missing something ?