Using visual studio for Mac v8.4.8.
I just installed in my Xamarin project Plugin.FirebasePushNotification
. Following the steps for Android https://github.com/CrossGeeks/FirebasePushNotificationPlugin/blob/master/docs/GettingStarted.md it says
Add google-services.json to Android project. Make sure build action is GoogleServicesJson
I added google-services.json to my Android project, but when I try to change the build action, GoogleServicesJson is not listed. Looking online I saw tips to get it to show up by closing the solution or clean all and build. none of these work.
Is there a step missing? Am I supposed to install another plugin?