Daniel
Daniel
I have the exact same problem. Is there a fix for this?
I'm having the same issue, I get error 4 when using trySilentLogin. I tried setting offline to false but it still does not work. Normal login is working perfectly fine....
It seems to me that `trySilentLogin` is failing when the user has never logged in. I found a workaround that is working for me: ``` fromPromise(this.googleAuthNative.trySilentLogin(options)).pipe( catchError(err => { if(err...
Same problem... Is there a workaround?