enter image description hereI recently did a project in flutter for a company, at the moment I am trying to deliver the project to upload the app on google play, to upload the app google play asks me that I have to upload the application as a signed app bundle, I do all the process and upload the app, passing the app to this format compresses the project by more than 90%, by the time the review is finished and the app is available, by the time I download it and start using it, nothing works, the app runs but at the moment to log in, it is not possible or it shows an error, the funny thing is that if I do not sign the app and convert it directly into an unsigned apk and install it on my device, everything works correctly, does anyone know what this could be due to?
The only thing that has worked for my project to work correctly is not to sign the project, but since it is not signed I cannot upload it
I have already done everything possible, and after reviewing everything, I confirm that firebase firestore only stops working after signing the project in android studio, I have carried out different tests generating signed and unsigned apks, and it only stops working when it is signed, The biggest problem is that to upload my project on Google Play it must be signed
The error that appears when trying to access the firestore information is: Error: Null check operator used on a null value