Jude Selase Kwashie
Jude Selase Kwashie
Hi @pureimpro, thanks for the report. I'm able to reproduce this issue and currently looking into it.
Hi @hnim3002, thanks for the additional insight. Since a similar issue has been reported on the native Firebase repository, this appears to be a native-side problem and will require an...
Hi @juliancoronado, does it work when you remove this: ```dart await FirebaseAppCheck.instance.activate( providerAndroid: AndroidDebugProvider(debugToken: androidDebugToken), providerApple: AppleDebugProvider(debugToken: appleDebugToken), ); ```
Have you double checked your security rules in Firebase Console?
Hi @emisanpre, thanks for the additional feedback. I was able to reproduce the issue. As @MichaelVerdon pointed out, it appears to originate from the native SDK. I’ll open a PR...
Hi @emisanpre, could you test again with the latest `firebase_auth` version?
Hi @emisanpre, you're right. It appears the issue still persists. Were you able to test with an iOS only(native) project?
Hi @emisanpre, I'm able to confirm that issue originates from iOS native SDK. I tested with Firebase iOS SDK version `11.15.0` and was able to reproduce on native. @rizafran ,...
@rizafran, that's strange. In my case, I passed the `oobjCode`(from the link sent to my email) to the `checkActionCode` function and observed the `requestType` value returned. It was `VERIFY_EMAIL`.
Hi @JamesCullum, thanks for the report. Does this happen only when you restrict your API to your android app?