1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How to remove/hide Firebase warning "Running in emulator mode. Do not use with...

Discussão em 'Mobile' iniciado por Stack, Outubro 31, 2024 às 07:52.

  1. Stack

    Stack Membro Participativo

    When using Firebase in a Flutter app and enabling emulators for local/offline development, I cannot find a way to hide the "running in emulator mode" warning.

    Enabling in flutter:

    FirebaseAuth.instance.useAuthEmulator(host, 9099);


    What you see when running on a platform....

    [​IMG]

    I'm all for security, but this makes for a poor developer experience when you're working on the app and it's UX locally; straight up annoying!

    Other published issues on this matter use CSS to hide the warning, but given this is a Flutter app the same approach won't work.

    How else can this be solved? Thank you

    Continue reading...

Compartilhe esta Página