M. Bilal Benli
M. Bilal Benli
did someone solve this?
Hi, I am facing the similar issue with Auth. ``` //DefaultInstance is null. Firebase.Auth.Auth instance = Firebase.Auth.Auth.DefaultInstance; ``` - MAUI and with Xamarin.Firebase.iOS.Auth 8.10.0.1
This only happens when using Hot Restart. When I am deploying by connecting with mac, this issue disappeared.
> Same problem here. > > Is there any fix yet? Workaround: Try to deploy by connect with mac. For GoogleService-Info.plist file use the @balazs-adam's workaround.
` Future test(Uint8List sofaImageBytes, Uint8List fabricImageBytes) async { _editingModel = FirebaseAI.vertexAI().generativeModel( model: "gemini-2.0-flash-preview-image-generation", safetySettings: [ SafetySetting( HarmCategory.sexuallyExplicit, HarmBlockThreshold.low, HarmBlockMethod.severity, ), SafetySetting( HarmCategory.dangerousContent, HarmBlockThreshold.low, HarmBlockMethod.severity, ), SafetySetting( HarmCategory.hateSpeech, HarmBlockThreshold.low, HarmBlockMethod.severity, ),...
> [@mbilalbenli](https://github.com/mbilalbenli), after further investigation, it turns out this feature isn’t supported yet. I’ll keep this ticket open to track it. How can I use this feature? do we have...