Robin Genz

Results 574 comments of Robin Genz

Version 8.0.0 is now available.

We always update the Firebase SDKs when releasing a major update which happens once a year.

Thank you for reporting this. We cannot yet update the default version of `androidxCredentialsVersion` because this would be a breaking change but i will document this, see https://github.com/capawesome-team/capacitor-firebase/pull/837. For now,...

Feel free to create a PR. Otherwise, I'll take a look at it next week.

I have just updated this branch and formatted the code. Let me know if anything is still missing.

The main cause of errors is incorrect configuration of the app. Therefore, we require a reproducible example that we can review.

Thanks. I just took a look at it and the config looks good. Take a look at [this comment](https://github.com/facebook/facebook-ios-sdk/issues/2454#issuecomment-3141266744). Apparently, you need to assign your Facebook app the `Business` type....

I understand what you mean. However, I don't think this is a bug in this plugin since we didn't change anything in our implementation besides updating the Facebook SDK. Feel...

@VashAlex No, custom parameters are not supported for Facebook, see [code](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/ios/Plugin/Handlers/FacebookAuthProviderHandler.swift). However, this was also the case with Capacitor 6. I will update the documentation. Thank you for pointing this...