Slide 11
Slide 11 text
// Import the Firebase BoM
implementation platform('com.google.firebase:firebase-bom:26.1.0')
// When using the BoM, you don't specify versions in Firebase
library dependencies
// Declare the dependency for the Firebase SDK for Remote Config
implementation 'com.google.firebase:firebase-config-ktx'
// Declare the dependency for the Firebase SDK for Google Analytics
implementation 'com.google.firebase:firebase-analytics-ktx'
Add Remote
Config to your app