I am using firebase's phone auth in a flutter app. Everything works fine but auto verification of OTP is not working. User has to manually input the OTP. Looking on the web, it seemed like APP_NAME in %LOGIN_CODE% is your verification code for %APP_NAME%. must be shorter for it to work.
Currently, it is <my_project_id>.firebaseapp.com. I have enabled Device Verification on GCP and followed all the steps in the documentation. I have also published the app on playstore under internal testing and it has been reviewed but APP_NAME has still not updated.
What do I need to update this and is it going to make OTP auto-verification work?