Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Created June 12, 2020 02:51
Show Gist options
  • Save ktvipin27/52d6cbd28797254da8cefe4853aca9ff to your computer and use it in GitHub Desktop.
Save ktvipin27/52d6cbd28797254da8cefe4853aca9ff to your computer and use it in GitHub Desktop.
App-level build.gradle file for Firebase realtime database configuration.
apply plugin: 'com.android.application'
// Add this line
apply plugin: 'com.google.gms.google-services'
dependencies {
// add SDKs for desired Firebase products
implementation 'com.google.firebase:firebase-database-ktx:19.3.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment