Skip to content

Instantly share code, notes, and snippets.

@KevinBlock-GC
Created June 2, 2025 11:54
Show Gist options
  • Save KevinBlock-GC/0ef34d96a5bb69c13202bfb4ccbd4523 to your computer and use it in GitHub Desktop.
Save KevinBlock-GC/0ef34d96a5bb69c13202bfb4ccbd4523 to your computer and use it in GitHub Desktop.
[versions]
firebase-bom = "33.14.0"
google-services-plugin = "4.4.2"
[libraries]
android-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
# Optional, include if using firebase auth
android-firebase-auth = { module = "com.google.firebase:firebase-auth" }
# Optional, include if using firebase analytics
android-firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
[plugins]
googleServices = { id = "com.google.gms.google-services", version.ref = "google-services-plugin" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment