You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When using URLSessionProxyDelegate.enableAutomaticRegistration() our app is crashing when Firebase tries to refresh the access token.
The crash is caused by an NSInvalidArgumentException exception
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GTMSessionFetcher setFetcher:forTask:]: unrecognized selector sent to instance 0x12e713340'
The text was updated successfully, but these errors were encountered:
I'm not sure if there is anything I can do to fix that. I suggest either registering URLSessionProxyDelegate manually or using full manual logging. More info here.
Hello,
When using
URLSessionProxyDelegate.enableAutomaticRegistration()
our app is crashing when Firebase tries to refresh the access token.The crash is caused by an NSInvalidArgumentException exception
The text was updated successfully, but these errors were encountered: