I am trying to use the newly released Firebase Messaging Nuget for Android Referring to this sample which says:
Make sure you've downloaded your own config (google-services.json file) file and added it to your app project with the 'GoogleServicesJson' build action.
I've downloaded the file & added it to the project, but can't fine the build action of type GoogleServiceJson, what am I missing?
Because of which I am getting a compilation issue at if (GetString(Resource.String.google_app_id) == "YOUR-APP-ID") as the app is not able to find the resource string named google_app_id.
Could someone please help me understand what is missing? Thanks