Ohhyung Kwon
Ohhyung Kwon
Same here. It crashes at `FirebaseAuthHostApiCodecWriter:writeValue` and the `value` is not supported object type. The value is `FIROAuthCredential` instance. I guess we should hand over `Pigeon` thing instead of `FIROAuthCredential`.
iOS plugin seems to have an issue. The completion handler should be wrapped by `DispatchQueue.main.async` like below. ``` let completion = { [weak self] in DispatchQueue.main.async { self?.channel.invokeMethod("completeStart", arguments: nil)...
@tanderson-ld yes, it always happens to me.
SDK version ``` - LaunchDarkly (9.1.1): - LaunchDarkly/Core (= 9.1.1) - LaunchDarkly/Core (9.1.1): - LDSwiftEventSource (= 3.1.1) - launchdarkly_flutter_client_sdk (0.0.1): - Flutter - LaunchDarkly (= 9.1.1) ``` ``` Flutter Channel...
@MichaelVerdon It looks like the package does not handle the error properly. 1. `signInWithProvider` in `messages.pigeon.dart` throws `PlatformException` error like below. 2. `signInWithProvider` in `method_channel_firebase_auth.dart` catches the exception and converts...
Apart from above issue, the original or platform error says there is an invalid provider id. The SAML is from Google Workspace and it is working fine using the web...