I can't use the cloud-iot-core-androidthings with the firebase packages, the error i get is :
Error: Program type already present: androidx.core.app.NavUtils
I'm try to use the package with the firebase packages :
/** Firebase Stuff */
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.firebase:firebase-database:16.0.5'