Skip to content

Conversation

elenadoty
Copy link
Contributor

Description

Adds a script that automatically adds Crashlytics's upload-symbols tool to the run script of Xcode projects for iOS apps when the Crashlytics plugin is added as a dependency to the project.

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.

@elenadoty elenadoty changed the title Adds automatic Crashlytics symbol uploads for iOS apps feat(crashlytics): adds automatic Crashlytics symbol uploads for iOS apps Feb 22, 2022
@Salakar Salakar self-assigned this Mar 29, 2022
@Salakar Salakar marked this pull request as ready for review March 30, 2022 11:32
@elenadoty elenadoty requested a review from kroikie as a code owner March 31, 2022 15:01
Copy link
Member

@russellwheatley russellwheatley left a comment

Choose a reason for hiding this comment

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

LGTM

@Salakar
Copy link
Member

Salakar commented Mar 31, 2022

Thanks again for this 🎉 I will merge this now for todays release. The e2e job failures are relating to an issue with the Firebase Storage emulator - we're working on this excluding these (separate PR) for now until emulator issue can be resolved. iOS and macOS are building fine with script running successfully.

@Salakar Salakar changed the title feat(crashlytics): adds automatic Crashlytics symbol uploads for iOS apps feat(crashlytics): add automatic Crashlytics symbol uploads for iOS & macOS apps Mar 31, 2022
@Salakar Salakar merged commit c4a3eaa into master Mar 31, 2022
@Salakar Salakar deleted the podspec-injection branch March 31, 2022 15:48
@cuong0993
Copy link

Appreciate your work but this is a breaking change. It forces projects to use flutterfire_cli to generate firebase_app_id_file.json file.

I do not use flutterfire_cli. I prefer to download GoogleService-Info.plist like I did in native.

Can we change the implementation to read googleAppId from an environment variable or something does not depend on flutterfire_cli?

@firebase firebase locked and limited conversation to collaborators May 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants