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 have been using firebase_auth with phone authentication / OTP without any problem
I receive the SMS, and without Recaptcha, so the silent notification seems to work
But as soon as I add firebase_messaging, and after I do the
pod update Firebase/CoreOnly
(which is asked by xcode)
The OTP SMS is not sent anymore, I get a "notification-not-forwarded" error in the verificationFailed handler, with the following message : " if app delegate swizzling is disabled, remote notifications received by uiapplicationdelegate need to be forwarded to firauth's canhandlenotificaton: method."
Swizzling is enabled afaik, I did not set the FirebaseAppDelegateProxyEnabled flag
Any idea ?
That problem has driven me mad for the last few hours 😭
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
-
Hi
I have been using firebase_auth with phone authentication / OTP without any problem
I receive the SMS, and without Recaptcha, so the silent notification seems to work
But as soon as I add firebase_messaging, and after I do the
pod update Firebase/CoreOnly
(which is asked by xcode)
The OTP SMS is not sent anymore, I get a "notification-not-forwarded" error in the verificationFailed handler, with the following message : " if app delegate swizzling is disabled, remote notifications received by uiapplicationdelegate need to be forwarded to firauth's canhandlenotificaton: method."
Swizzling is enabled afaik, I did not set the FirebaseAppDelegateProxyEnabled flag
Any idea ?
That problem has driven me mad for the last few hours 😭
Thanks
Julien
firebase_auth: ^4.1.0
firebase_messaging: ^14.6.5
Beta Was this translation helpful? Give feedback.
All reactions