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

Contributing: Google Services Info.plist file #73

Closed
jake-ruth opened this issue Jan 2, 2024 · 2 comments
Closed

Contributing: Google Services Info.plist file #73

jake-ruth opened this issue Jan 2, 2024 · 2 comments

Comments

@jake-ruth
Copy link

Hello, I am interested in contributing and trying to get the project up and running but it looks like I need the Google Services info plist file. How do I obtain it? I don't see anything in the readme etc. Thank you!

@marc-medley
Copy link
Member

GoogleService-Info.plist is not required for a development build if the file reference is removed from the project and the Firebase Analytic code sections are wrapped with #if #endif.

#if DEBUG
print("ANALYTICS is disabled in development mode")
#else
FirebaseApp.configure()

#endif

The GoogleService-Info.plist file itself is not being distributed for open source use.

@krugerk krugerk mentioned this issue Jan 5, 2024
@jamie-brannan
Copy link

jamie-brannan commented Jan 5, 2024

Would an alternative scheme for the project be of interest?

I'm interested in creating a Getting Started documentation section #74 so I'll be sure to include this workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants