Guillaume Bernos

Results 210 comments of Guillaume Bernos

You mention that you are on macOS version 12 and thus unable to update to the latest version. Unfortunately, we will not be able to fix this from our side....

Opened here : https://github.com/firebase/firebase-android-sdk/issues/6054

Hello @Rexios80, I was wondering which commands you are using to get this issue, does it only happen using emulator? I don't see Google Sign In in your dependencies, are...

Thanks, I'll have another look with what you provided

@Rexios80 I've tried with this example ``` import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: const FirebaseOptions( apiKey: 'AIzaSyB7wZb2tO1-Fs6GbDADUSTs2Qs3w08Hovw', appId: '1:406099696497:web:87e25e51afe982cd3574d0', messagingSenderId: '406099696497', projectId:...

Yes ``` Flutter is already up to date on channel stable Flutter 3.22.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision a14f74ff3a (6 days ago) • 2024-05-22 11:08:21 -0500 Engine...

Thanks @Rexios80 for your patience, finally reproduced on my end. I was using `serve` which doesn't seem to serve directly WASM instead of `dhttpd`.

I've tried a couple of things, even tried the official google_sign_in package. It wouldn't even render the button to sign in in web 🤔 Not sure how to help you...

Thanks for doing the research and finding the workaround! Does seems to be something that needs to be fixed internally but at least you get it working 🚀