-
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
feat(app_check, mobile): add option to pass debugTokens in initialization #13101
base: master
Are you sure you want to change the base?
Conversation
Hello @xVemu, thanks for your PR, could you add some tests in the |
@Lyokone something like this? |
Thanks, I'll have a look at the API (we might want to have |
@xVemu any update for that? |
I guess we have to wait for Firebase team? |
@xVemu did you notice that some tests are failing? |
Yep, I assume that's because I haven't changed pubspec for related packages. |
@xVemu have you got anytime to fix this ? |
Fix what? |
the failing checks below that are blocking the PR. |
Description
This feature allows a developer to use a pre-generated debug token instead of one that is generated at runtime. It's useful in CI environments, where you don't have an option to copy token from logs and paste it to Firebase Console.
Related Issues
Fix for: #11719
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?