Alex

Results 60 comments of Alex

@AlejandroRuiz Thanks thats the workaround I went with in the end, Figured I'd raise this as an issue anyway since there's some issue with this libraries dependencies 😄

This is not a bug, this is working as intended. You would need to call the logout method before it prompts you for your credentials. The logout method is documented...

@leaguefun I had a look at my firebase console and this option was already enabled 😔 , I did try disabling and reenabling it but no avail!

@craigathon I am currently in the middle of combining this library with [Xabre's badge library](https://github.com/xabre/xamarin-forms-tab-badge). I'll probably know on Monday whether the 2 are compatible, I'll keep you informed!

@craigathon No luck so far, it seem that [tab badge](https://github.com/xabre/xamarin-forms-tab-badge) overrides bottomtabbedpage so that you get a nav bar with badges.... rendered at the top of the screen. I'm just...

@vivekshah-zymr You can use [Xabre's Tab Badge Library](https://github.com/xabre/xamarin-forms-tab-badge) to add badges, it is not compatible with this library however. My app sacrificed badges on android to have a bottom tabbed...

@vivekshah-zymr @Phenek You guys have probably overcome this issue by now but I thought I'd let you know anyway. I suggested the [Xabre Plugin Badge Library](https://github.com/xabre/xamarin-forms-tab-badge) and they now have...

As far as I understand it, we can't reference maui projects directly we instead have to move all of our testable logic into a `net6.0` class library and test that...

@Hottemax I've been able to work around the issue by moving domain logic away from the Maui project and into seperate class libraries. Its definitely better for enterprise applications &...