Skip to content
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

fix(firebase_remote_config): update exception handling to show actual exception #9629

Merged
merged 11 commits into from Feb 7, 2023

Conversation

russellwheatley
Copy link
Member

@russellwheatley russellwheatley commented Sep 28, 2022

Description

I had to disable Firebase Remote Config API on the GCP console to see the exception.

I have updated Android exception handling to be more descriptive about what the issue is. The exception on Android now logs out:
Screenshot 2022-09-28 at 14 14 36

On iOS, I've caught the exception by checking if it is a forbidden API request (403), and updated so it hints at the issue. New exception message:

[firebase_remote_config/forbidden] Internal Error. Status code: 403. You may have to enable the Remote Config API on Google Cloud Platform for your Firebase project.

Previous, unhelpful exception message:

[firebase_remote_config/internal] Internal Error. Status code: 403

Both platforms now have the same exception code forbidden.

Related Issues

fixes #7425

This PR is related to #6196 However, there is another exception on that issue thread that I think is unrelated to GCP, the fetchAndActivate() is being cancelled (Error code-999). Hard to tell without a repro (I've tried some of the ways mentioned in the thread).

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.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

# Conflicts:
#	packages/firebase_remote_config/firebase_remote_config/example/android/app/google-services.json
#	packages/firebase_remote_config/firebase_remote_config/example/android/app/src/main/AndroidManifest.xml
#	packages/firebase_remote_config/firebase_remote_config/example/macos/Runner.xcodeproj/project.pbxproj
@russellwheatley russellwheatley marked this pull request as ready for review January 5, 2023 13:50
Copy link
Member

@Ehesp Ehesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code approved - do we need to update any docs?

@russellwheatley russellwheatley merged commit 3bb4d1b into master Feb 7, 2023
@russellwheatley russellwheatley deleted the @russell/remote-config-6196 branch February 7, 2023 10:34
@firebase firebase locked and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants