Anthony Hunter
Anthony Hunter
see #101 for fix, PR waiting review
Hi @danielstuart14, I'm seeing behaviour on an A52 (Android 13 latest fw), haven't tried any other models yet. It does occur with two different client devices, one a nRF52832 beacon...
See [here](https://issuetracker.google.com/issues/254418199#comment48) for workaround
Are you sending messages with both notification and data fields? in my experience onBackgroundMessage() is not called when notification field is present. Any message with notification populated is presented to...
Getting the same issue here. - TOTP and SMS enroll, login and unenroll working on Android. - TOTP and SMS login and unenroll working on iOS, enroll fails as described
OK, seems the FlutterFire enroll function has `displayName` as optional, but the iOS implementation is asserting when `displayName` is null. Set displayName to 'phone' to fix for SMS. ``` await...
TOTP works on iOS if you manually patch Pods/FirebaseAuth/MultiFactor/enroll to include return statement in https://github.com/firebase/firebase-ios-sdk/pull/13880
Xcode version 16.1 was my problem. This worked for me. - Xcode 15.4 (Xcode CLT 16.0 or 16.1 did not work) - Pod 1.16.1 - xcodeproj 1.26.0 - cocoapods 1.16.1...