GoogleApisForiOSComponents icon indicating copy to clipboard operation
GoogleApisForiOSComponents copied to clipboard

App Check support?

Open datvm opened this issue 1 year ago • 3 comments

Hi,

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

datvm avatar Jun 07 '24 12:06 datvm

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

AdamEssenmacher avatar Jun 21 '24 20:06 AdamEssenmacher

@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.

datvm avatar Jun 25 '24 13:06 datvm

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.

AdamEssenmacher avatar Jun 25 '24 20:06 AdamEssenmacher