flutterfire_desktop
flutterfire_desktop copied to clipboard
An early-stage, experimental pure-Dart implementation of Firebase SDKs.
## Bug report **Describe the bug** After `flutter pub add firebase_core_desktop`, build error. ### Steps to reproduce Steps to reproduce the behavior: 1. Create a new flutter windows app project...
## Bug report **Describe the bug** The below error gets thrown when trying to read the IdTokenResult expiration time. I believe that this is due to [this](https://github.com/invertase/flutterfire_desktop/blob/dc9d029d9e08d88b9803b9a3c835a9799b6fa494/packages/firebase_auth/firebase_auth_dart/lib/src/id_token_result.dart#L55) line, where you...
Recaptcha screen is showing white screen for many users [Feature Request] Instead of popup window show it in default browser or Suggest us how to remove recaptcha We facing lot...
## Bug report **SignIn Request With Flutter** It is working in the mobile build but when I switch to the desktop build it shows: ` flutter : UnimplementedError ` ###...
Hello everyone! 👋 We heard you're excited about the FlutterFire Desktop support! Therefore, we're sharing a **tentative** roadmap for our plan in 2022 to continue developing FlutterFire on Desktop platforms....
## Bug report Using signInWithEmailAndPassword() on Windows throws the below error ``` flutter: ══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════ flutter: The following StateError was thrown: flutter: Bad state: No...
Code works on web, I just added these desktop packages and first run on Linux... Launching lib/main.dart on Linux in debug mode... lib/main.dart:1 CMake Error at /usr/local/share/cmake-3.15/Modules/FindPkgConfig.cmake:458 (message): A required...
starting firestorage dart/desktop implementation
WIP Still some more work I can do, but ultimately blocked on installations.
Work on adding [Firebase Installations](https://firebase.google.com/docs/projects/manage-installations) for Dart and Desktop.