banking app seems to have some hard dependencies on parts of firebase - no way around it. Enable everything you see in microg settings.
these stack traces in the logcat took my attention: tchncs
E AndroidRuntime: Caused by: java.io.IOException: SERVICE_NOT_AVAILABLE
E AndroidRuntime: at com.google.firebase.messaging.n.f(SourceFile:41)
because device reg is off I think:
W GmsGcmRegister: java.lang.RuntimeException: Checkin disabled
W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterServiceKt.ensureCheckinIsUpToDate(SourceFile:1)
there’s a bad auth error, but could be intermittent
W GmsAuthManagerSvc: java.io.IOException: Error=BadAuthentication
W GmsAuthManagerSvc: at org.microg.gms.common.HttpFormClient.request(Unknown Source:372)
This is how alot of modern Apps get written these days. I kind of think it’s all about settings atm?