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
I'm currently only using Firebase Auth for email logins. According to #3808, it seems that OTP's are being consumed by the Android Firebase SDK. However, I need to be able to listen in to SMS messages for my app that is not related to authentication.
Is there a way to tweak@react-native-firebase/auth so that the SMS messages are not being consumed by the Firebase SDK? Seeing how we already use Firebase Auth for email authentication, removing it is not an option for us at this point.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently only using Firebase Auth for email logins. According to #3808, it seems that OTP's are being consumed by the Android Firebase SDK. However, I need to be able to listen in to SMS messages for my app that is not related to authentication.
Is there a way to tweak
@react-native-firebase/auth
so that the SMS messages are not being consumed by the Firebase SDK? Seeing how we already use Firebase Auth for email authentication, removing it is not an option for us at this point.Beta Was this translation helpful? Give feedback.
All reactions