-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Check not printing debug token to console for iOS using Flutter #16951
Comments
Hi @HaydenHMSD, I couldn't reproduce this issue using the current |
@SelaseKay thanks for the reply! I don't get any error logs printed apart from the usual:
which is expected when I haven't added the debug token to app_check. I've not seen any logs on Firebase. This started happening probably around sometime after updating Android Studio to Ladybug, or with the release of iOS 18 if that helps with anything. |
Thanks for the additional feedback. A clear way to reproduce this will be much appreciated as I haven't been able to reproduce this issue on my end. |
I wish I could tell you more, but I'm not sure what else to look at. I don't know if some configuration changed without me knowing I've tried building from Android Studio, VS Code and Xcode as well as looking at the console on DevTools. I've tried building to device and simulator too. None of the firebase logs show up. I've also added the -FIRDebugEnabled flag into the "Arguments passed on launch" for the schemes in Xcode but that didn't do anything. Is there anything else that I could share that isn't the project itself? |
Are you able to reproduce this is in a new flutter project? |
Up until a few months ago my Flutter project was printing to the console all the Firebase logs including the debug token for App Check.
They have stopped being printed now.
Everything shows up and works correctly on Android
in my pubspec I have added
I am running the app on iOS 18, both device and simulator.
I haven't changed the App Check configurations in Firebase since the first time it started working.
This is my current Flutter Doctor:
my implementation in code has not changed
The text was updated successfully, but these errors were encountered: