Issues with Upgrading Firebase Authentication Package and Xamarin.AndroidX.Browser in .NET MAUI #17936
Unanswered
Regis-Caelum
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jamesmontemagno
I've been trying to create an app using .NET MAUI where I'm implementing Firebase authentication for mobile phone number verification. I'm using .NET 7 SDK, and the package I'm using for Firebase authentication is Xamarin.Firebase.Auth version 121.0.8. This is because Firebase Admin SDK doesn't support mobile phone verification.
However, I'm encountering issues when trying to upgrade the package to the latest version. Whenever I attempt to upgrade the package, it results in the following conflict:
I also attempted to manually upgrade Xamarin.AndroidX.Browser, but this led to the following runtime exception:
I've tried various solutions found on Stack Overflow, such as cleaning and rebuilding the project, but nothing seems to be resolving the issue. When I revert to the older version I'm currently using, I encounter a runtime exception related to the setPhoneNumber method.
Here's my code for reference:
Any assistance with resolving these issues would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions