Google Play Bundle Signing and Assembly Names

Hello,

When publishing to Google Play Store, we can publish a signed-apk OR we can publish a Bundle that the PlayStore packages and signs on our behalf.

When setting up the Auth0 application config etc. we set callbacks using the application package name, something like com.mycompany.myapp1 etc.

IF we need to change the package name for whatever reason, say com.mycompany.myapp2, I realise the application configuration in Auth0 would need to change for that, namely the callbacks.

QUESTION: If the apk or bundle package name changes, nothing else, will the user logins still work for the App?

Thank you