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

Firebase Analytics and Crashlytics #298

Closed
wants to merge 2 commits into from
Closed

Firebase Analytics and Crashlytics #298

wants to merge 2 commits into from

Conversation

anubhavpulkit
Copy link
Contributor

Solved issue #296.

Connect Firebase Analytics and Crashlytics to monitor real-time activity and crashes. That way we can fix them in future releases easily.

  • Analytics and Crashlytics are offered as free services in Firebase.

<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
Copy link
Member

Choose a reason for hiding this comment

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

what does this imply??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@cpg This GoogleService-Info.plist file contains configuration details, such as keys and identifiers, for the services that you have just enabled so we can't add or subtract anything from this file.

@chirag-jn
Copy link
Member

Can we somehow remove GoogleService-Info.plist from the tree and keep it in .gitignore?

@cpg
Copy link
Member

cpg commented Jul 9, 2020

The -Info suggest it does not control things, but that's hardly a guarantee. Any progress on this @AnubhavSingh16 ?

@chirag-jn
Copy link
Member

I have actually experienced this previously where Firebase has sent reminders as mail whenever they found the plist file (for iOS) or the json file (for Android) available in a public github repositoy.

image

@anubhavpulkit
Copy link
Contributor Author

The -Info suggest it does not control things, but that's hardly a guarantee. Any progress on this @AnubhavSingh16 ?

The -Info suggest it does not control things, but that's hardly a guarantee. Any progress on this @AnubhavSingh16 ?

Currently, I'm working on video player crash, I just want to solve this crash issue first but I stuck at one part, I'm trying hard for smooth video player experience without any bug.

@chirag-jn chirag-jn mentioned this pull request Aug 5, 2020
1 task
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

Successfully merging this pull request may close these issues.

3 participants