abbjetmus
abbjetmus
@wonyongHwang Thank you for the tip this workaround works well in Quasar!
But how do I make C# property: ```c# [Required] public string? PaymentMethodId { get; set; } ``` to generatea: ```ts paymentMethodId: string | null; ``` Adding attribute required always makes...
The same is happening for me registering BlitzForm as a global component I can't build the project any more. Just add this in a Quasar boot file and it should...
I got it working be keeping "skipNativeAuth": false instead of true: "FirebaseAuthentication": { "skipNativeAuth": false, "providers": [ "phone" ] } This triggers authStateChange with logged in user: ```ts // Authentication...