How to Integrate Firebase remote config on .Net Maui

tech 21 Reputation points
2022-04-26T06:32:46.353+00:00

Hi,

I'd like to integrate firebase remote config with my .Net MAUI project. Is firebase remote config support .Net MAUI?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Caplan - MSFT 5,422 Reputation points Microsoft Employee
    2022-04-26T22:35:04.737+00:00

    MAUI apps can bind to native Android libraries to call Android API. There are bindings for Google Play Services, Firebase, and ML kit available in the Xamarin Google Play Services Components

    Most of these packages, including Xamarin.Firebase.Config, have been updated for .Net 6 & MAUI. You can look at the "Frameworks" tab for the package on nuget to see what it implements.