I have this "Error Can not resolve reference: Xamarin.Firebase.Messaging
, referenced by Microsoft.AppCenter.Push.Android.Bindings
. Please add a NuGet package or assembly reference for Xamarin.Firebase.Messaging
, or remove the reference to Microsoft.AppCenter.Push.Android.Bindings
.
Asked
Active
Viewed 1,271 times
1

Leonardo Terra
- 13
- 4
-
This could be it https://stackoverflow.com/questions/48893523/error-package-com-google-firebase-messaging-does-not-exist/48922248#48922248 – FreakyAli Aug 05 '19 at 12:08
1 Answers
1
If you read twice it says if you want to use Microsoft.AppCenter.Push.Android.Bindings
you have to install Xamarin.Firebase.Messaging
.
Your solution is to install Xamarin.Firebase.Messaging
NuGet package.
Or
If you don't want to use Microsoft.AppCenter.Push.Android.Bindings
then remove this NuGet package from your package

prasadsunny1
- 775
- 6
- 15
-
Hi, I also solved by installing the missing NuGet, but my question is for most NuGet I used, no reference error pops, what is the difference that makes the referenced NuGet (like Xamarin.Firebase.Messaging here) need to be installed again? Thanks. – Shaw May 07 '20 at 21:32