Remove Firebase configuration files from repository#434
Merged
Conversation
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Remove Firebase configuration files from repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request implements a comprehensive security upgrade for Firebase configuration management in the repository. It removes previously committed Firebase config files containing API keys, replaces them with example templates, and adds extensive documentation to guide developers through secure setup. The changes ensure that sensitive configuration files are never committed, clarify developer responsibilities, and align the project with open-source security best practices.
Firebase Configuration Security & Documentation
google-services.json,GoogleService-Info.plist) from version control and updated.gitignoreto prevent future commits, preserving local copies for development.google-services.example.jsonandGoogleService-Info.example.plist(in both root and platform-specific directories), with clear instructions and placeholder values. [1] [2]docs/FIREBASE_SETUP.md,docs/FIREBASE_CONFIG_README.md,docs/FIREBASE_SECURITY_ACTION_ITEMS.md, and platform-specific quick guides, detailing setup, security, and integration steps. [1] [2] [3]README.md,SECURITY.md,CONTRIBUTING.md) to reflect the new Firebase setup workflow, emphasize security, and clarify that each developer must use their own Firebase project and never commit config files. [1] [2] [3] [4] [5] [6]These changes significantly improve the security posture of the project by preventing accidental exposure of sensitive Firebase API keys and providing clear, actionable documentation for all contributors.