I have the gradle script using
compile "com.google.android.gms:play-services-tagmanager:10.0.1"
But my app has the imports in red
import com.google.android.gms.tagmanager.DataLayer;
import com.google.android.gms.tagmanager.TagManager;
when I try and find those classes they are not there. Did google move these to somewhere else, are they now in firebase?