ASP.NET FirebaseAdmin fails to initilize - System.MissingFieldException
问题 I have an ASP.NET ( Web API ) project, I added FirebaseAdmin to the project but it fails to initialize when calling the method FirebaseMessaging m = FirebaseMessaging.GetMessaging(App); Same steps on a new Windows Forms project work just fine, and was able to deliver the message. An exception of type 'System.MissingFieldException' occurred in FirebaseAdmin.dll but was not handled in user code Additional information: Field not found: 'Initializer.DefaultHandleUnsuccessfulResponseFunc'. Used