-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Remove GoogleService files from git cache #12237
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
I am worried about how removing this will effect the external contributor experience. Here is a snippet from the readme...
Perhaps we should move these into an example file or add the suffix.example and modify the readme instructions to instruct users to copy over these files in the correct paths. Alternatively if we are confident that the |
I've never had to copy these files, and have been relying purely on the yarn start:ios script to do everything. Have you been copying the files every time? |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that removing the GoogleService-Info.plist from git cache stops them from being tracked by git. The readme changes look good but since we still have the example files in the code base (I did not realize this before I made my last comment) I think its okay to revert your changes to the readme.
Description
Even though they are gitignore,
ios/GoogleService-Info.plist
andios/GoogleServices/GoogleService-Info.plist
were cached before they got added. So, they would not be ignored correctly by the gitignore.This PR is the result of:
Tested locally and it seems to work as we need it to. Can you please also verify when reviewing?
Related issues
Fixes:
Manual testing steps
You will see the new files get generated:
GoogleService-Info.plist has been created successfully.
They should no longer be tracked in git:
git status
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist