Nicolás Novalbos
Nicolás Novalbos
I have the same error. Has anyone found a solution?
@sdiaz-qkt Sorry, I did not notice. Thanks for the reply.
Hi @moljac I added nuget Xamarin.Android.ManifestMerger but i got the same error. I'm using the following dependencies: * Xamarin.Firebase.Auth * Xamarin.Firebase.Core * Xamarin.Firebase.Database * Xamarin.Firebase.Firestore * Xamarin.Firebase.Messaging * Xamarin.GooglePlayServices.Base All...
Does anyone know any alternative to avoid this error? Thanks
When I use `app = Firebase.FirebaseApp.InitializeApp(context);` instance of ``` var baseOptions = Firebase.FirebaseOptions.FromResource(context); var options = new Firebase.FirebaseOptions.Builder(baseOptions).SetProjectId("project_id").Build(); app = Firebase.FirebaseApp.InitializeApp(context, options, AppName); ``` it works...