i trying to build my android app but (i think) after add firebase to the project its cant build correctly.
i receive this 4 errors:
I try to disable some check box in the "Publish settings". After disable all check boxes its build correctly, without errors! BUUUUT in the app (on android) firebase doesnt work((( Its like "no internet connection" you khow. If i try to register account doesnt happend. Nothing




With Unity, this works different and that URL is indeed HTTP 404.
See Download Google packages for Unity - Firebase App (Core).
The
.tar.gzactually contains the Maven repository you're looking for.This means, these packages could as well be served from
mavenLocal().I'd suggest to grab the whole SDK from firebase/firebase-unity-sdk.
The dependencies are defined like this:
GoogleDependencyFirebaseApp.xml.