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

Update Firebase services and add Crashlytics integration #1235

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

amrhossamdev
Copy link
Member

Key Changes

  • Updated Google Play Services: Upgraded to the latest version to ensure compatibility
  • Updated Google Firebase Libraries: Updated Firebase libraries to the most recent versions
  • Added Firebase Crashlytics: Integrated Firebase Crashlytics for enhanced crash reporting and analytics.

Note

  • Firebase Authentication has not been updated in this release due to compatibility issues with the current minimum supported API level. We will address this in a future update when feasible.

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with gradlew connectedObaGoogleDebugAndroidTest to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them for the initial submission of the pull request. When addressing comments on a pull request, please push a new commit per comment when possible (reviewers will squash and merge using GitHub merge tool)

@@ -49,8 +49,8 @@
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import com.google.firebase.analytics.FirebaseAnalytics;
import com.google.firebase.crashlytics.buildtools.reloc.org.checkerframework.checker.nullness.compatqual.NullableDecl;
Copy link
Member

Choose a reason for hiding this comment

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

this is a hilariously long import statement.

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

awesome! Happy to see this come online. thanks for getting it done!

@aaronbrethorst aaronbrethorst merged commit fe6667c into main Sep 3, 2024
2 checks passed
@aaronbrethorst aaronbrethorst deleted the firebase-crashlytics branch September 3, 2024 02:43
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.

2 participants