Firebase – How to fix this ParameterizedType error that works fine in debug mode but not in release mode?
I have a login flow in my app that uses Firebase Auth for authentication. I'm using both Google OAuth and Email based auth. The problem I'm facing is that login works just fine in debug build but not in release…