Unity 2022+ Firebase dependencies

Unable to copy Assets\Firebase\m2repository\com\google\firebase\firebase

On latest Unity versions (2022+) there is a know bug causing issues with folder creation. Reference here

This error may appear in your Unity project while building with the following errors (or similar):

  > Could not find com.google.firebase:firebase-app-unity:9.1.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-app-unity/9.1.0/firebase-app-unity-9.1.0.pom
- https://repo.maven.apache.org/maven2/com/google/firebase/firebase-app-unity/9.1.0/firebase-app-unity-9.1.0.pom
- file:/C:/[Your Project Path]/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-app-unity-9.1.0.jar
- file:/C:/[Your Project Path]/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/firebase-app-unity.jar
Required by:
project :launcher > project :unityLibrary

How to fix this

External Dependency Manager for Unity has released a fix on its latest version, so make sure you update it to v1.2.177 or higher. You can download the v1.2.177 .unitypackage here.