AdamEssenmacher / GoogleApisForiOSComponents

A community-supported fork of the abandoned Xamarin.iOS.* binding libraries from Microsoft
MIT License
52 stars 11 forks source link

App Check support? #26

Open datvm opened 3 months ago

datvm commented 3 months ago

Hi,

Is there any plan to add support for Firebase App Check? Thanks.

AdamEssenmacher commented 3 months ago

I'd like to, but it's not a top priority for me right now.

datvm commented 3 months ago

@AdamEssenmacher sorry if it's a basic question. Is it difficult to contribute this myself? I have no Swift or iOS development knowledge at all but decent Android development experience (with Java only, no Kotlin). I have never made any Xamarin/MAUI binding though. Could you point me to some documentation I can look at if I want to contribute and see if I can manage it myself? Thanks.

AdamEssenmacher commented 3 months ago

It is difficult, but you're welcome to give it a go. The easiest way to get started would be to pull the project and make sure you can build at least Firebase.Core via the cake tool.

Then, I'd suggest reviewing the commit history to see what steps have been necessary to add and upgrade these artifacts.