Relative Content

Tag Archive for androidflutterfirebase

Flutter – android login stuck

I have a problem in a prod flutter project. I took it over from another developer. I made the required changes, few new page and label changes etc., I haven’t touched anything regarding login, firebase etc.
However the problem is when I lunch the app either locally or release the appbundle login stuck. If I type in a wrong password it gives back that either email or password incorrect, if I type in correctly its stuck infinitely, no error nothing.
I am afraid it might have to do something with the fact I took over the project from other dev, I created my own debug key and added the SHA1 and SHA256 to firebase, for release I asked the previous dev for the his jks file that I added to the android root.
Someone any suggestion what should I do?