I am trying to implement the [Cloud Messaging Plugin (Firebase)] in my module and try to use it such as documentation.
first I developed my app in firebase console with same app Identifier.second download (google-service.json) from firebase console.third go to app and upload (google-service.json) at recourses, made deploy action (deploy to target dirctory).fourth go to Extensibility and paste the code attached "1.png". but every time when I try to build a new app I have the error which also attached in file "Androidbuildlog1".Also you can check my app code attached "testcloudmessaging_v6".
Hi, my friend
It seems like you're encountering some issues while trying to implement the Cloud Messaging Plugin (Firebase) in your module. Let's break down the steps and see if we can identify the problem:
1. **Firebase Setup**: You've created your app in the Firebase console and downloaded the `google-service.json`.
2. **Upload `google-service.json`**: You've uploaded the `google-service.json` file to your app's resources and deployed it.
3. **Extensibility Code**: You've pasted the code provided in the Extensibility section.
4. **Build Error**: You're encountering errors during the build process.
To troubleshoot this, let's examine the build error and your code to identify any issues. Please provide more details about the specific error messages you're seeing in the build log (`Androidbuildlog1`) and any relevant parts of your code (`testcloudmessaging_v6`). Once we have more information, we can better assist you in resolving the issue.
Hi Castro,I hope all is well with you.
First I did all these steps before.
let me tell you about the error.I have three error: 1: Task failed with an exception.(Build file 'source/platforms/android/app/build.gradle')
2: Task failed with an exception.( A problem occurred configuring project ':app'.
> compileSdkVersion is not specified. Please add it to build.gradle)
3: Task failed with an exception.(Failed to query the value of property 'buildFlowServiceProperty'.)
You Can check errors specific in (`testcloudmessaging_v6`) attached file.
@Khuong Truong @Filipe Fernande