-
Notifications
You must be signed in to change notification settings - Fork 444
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2019.4.14f1
- Firebase Unity SDK version: 7.0.2
- Source you installed the SDK: unitypackage (.unitypackage or Unity Package Manager)
- Problematic Firebase Component: Database (Auth, Database, etc.)
- Other Firebase Components in use: Analytics (Auth, Database, etc.)
- Additional SDKs you are using: None (Facebook, AdMob, etc.)
- Platform you are using the Unity editor on: Windows (Mac, Windows, or Linux)
- Platform you are targeting: Android (iOS, Android, and/or desktop)
- Scripting Runtime: IL2CPP (Mono, and/or IL2CPP)
[REQUIRED] Please describe the issue here:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
Steps to reproduce:
Add and configure the Firebase Realtime database.
It works fine in unity editor.
Upon building it for Android, I get the error given below.
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
It happens every time I try to build the project for android.
I tried using earlier firebase versions and the Unity 2020.1 versions, but that failed too.
What happened? How can we make the problem occur?
- What went wrong:
Could not determine the dependencies of task ':unityLibrary:generateReleaseRFile'.
Could not resolve all task dependencies for configuration ':unityLibrary:releaseCompileClasspath'.
Could not find com.google.firebase:firebase-analytics-unity:7.0.2.
Required by:
project :unityLibrary
Could not find com.google.firebase:firebase-app-unity:7.0.2.
Required by:
project :unityLibrary