1
I am implementing the Firebase in my project, but when registering my application in the Firebase it requests the package name (applicationId).
In the help the following message appears on the page:
In general, the name of your package is the applicationId in the file "build.Gradle" at the level of your app
But I couldn’t find the file build.Gradle in my project.
Can someone tell me where to find the applicationId in Xamarin?