I am confused with the directory of paths at the root level and application level as indicated in thid docs https://firebase.google.com/docs/android/setup#available_libraries
There are 2 different build.gradle files that I need to modify. But in cordova projects there are 3 build.gradle. Which one should I edit?
./platforms/android/build.gradle ./platforms/android/CordovaLib/build.gradle ./plugins/cordova-plugin-firebase/src/android/build.gradle
FYI: I have a build error with FCM.
It seems to have worked for me
build.gradle
project root > CordovaLib > build.gradle
project root > build.gradle
: Android
Source: https://habr.com/ru/post/1648109/More articles:Insert bold text with knitr and LaTeX for terms that have already been indexed - regexASP.NET Core WebApp not working on Travis CI - c #Как я могу построить это дерево с O (n) пространственной сложностью? - javaHow the JSR-133 cookbook enforces all the guarantees made by the Java memory model - javaAnchor Tag does not accept text width on safari - cssResuming a recursive function from a stored state - algorithmWhat is the most efficient algorithm for generating all k-subsets of an n-set? - referenceКак создать логин пользователя с помощью электронной почты и пароля с помощью AngularFire2 - angularWhy can't jQuery 3 identify the "#" character in an attribute selector? - javascriptЧто сделали Java-программисты до Java 8, если они хотели передать функцию? - javaAll Articles