Hello,We are trying to implement Firebase Analytics module into Chromium Android project. After injecting firebase module into build.gradle file which is located under android_deps folder, and executed fetch_all.py, Android Studio debugging process tells us following on logcat.FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
FirebaseInitProvider: FirebaseApp initialization unsuccessful
Steps we produced;
- Inject code build.gradle
- Run ‘/src/third_party/android_deps/fetch_all.py’
- Add newly added firebase module name "//third_party/android_deps:google_firebase_firebase_analytics_java",’ line 494 what is the end of dependencies array. File ‘/src/chrome/android/BUILD.gn’
- Start building
Has anyone ever face this issue on project?
In general what is the most proper way to include third party dependencies? Are we doing right?
Thank you for your attention.