Hey all,
I'm 2 days into debugging this, and going just right crazy...
- iOS issue
- iOS 11 is fine
- iOS 10 users are unable to login
When I enable the -FIRAnalyticsDebugEnabled and run the login code, select my google account, this error pops up in the XCode console
Nov 28 14:12:58 myapp[37894] : [Firebase/Analytics][I-ACS023001] Deep Link does not contain valid required params. URL params: { code = "4/N6jopitSUFFsjHH9yFW2SZfIINifL0TnTi5z_dDlLnc"; }
So then what happens is the user is sent to
google.com in the safari browser instead of BACK into the app.
On iOS11 however, it all just works fine, no problem, I get my user back into my app logged in just fine.
Why would this even deep link, I have no deep links set... and the demo app for the plugin works just fine on iOS10.3, I just can't see any difference between how it's configured and how I am, is it a backend firebase setting or something? :(
Steve