[firebase_auth] Option to Disable Silent Push Notification for Phone Number + SMS Sign-In on iOS #10875
Unanswered
rafaelsetragni
asked this question in
Feature request
Replies: 1 comment
-
Found a workaround: Auth.auth().settings?.isAppVerificationDisabledForTesting = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I have been using the firebase_auth plugin for signing in users via phone number + SMS. However, I'm encountering issues when using it on iOS devices. On iOS, there are two distinct flows for this process:
I am facing compatibility issues with other notification plugins due to the first flow. To address this, I propose adding an option in the info.plist file (or any other suitable configuration) to disable the silent push notification flow. This would force the plugin to always use the reCaptcha flow for iOS devices.
By implementing this change, it would resolve the compatibility issues with silent push notifications in my application. Additionally, it would ensure that both Android and iOS users experience the same authentication flow.
Thank you for considering this suggestion. I believe it would greatly improve the usability and consistency of the firebase_auth plugin across platforms.
Beta Was this translation helpful? Give feedback.
All reactions