We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i followed this instructions on this page, https://invertase.io/blog/announcing-flutterfire-desktop-auth-stable and i have installed firebase_core_desktop.
dependencies in .yaml file, cloud_firestore: ^3.5.1 firebase_auth: ^3.11.2 firebase_auth_desktop: ^1.0.2 firebase_core: ^1.9.2 firebase_core_desktop: ^1.0.2 firebase_storage: ^10.3.11
my code for initialization: await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, );
but after initialization , it throws on all firebase functions following error:
MissingPlugingException (No implementation found for method Firestore#... on channel plugins.flutter.io/firebase_firestore)
The text was updated successfully, but these errors were encountered:
cloud_firestore has not been implemented yet. There exists a PR for firebase_storage. Please follow #52.
cloud_firestore
firebase_storage
Sorry, something went wrong.
No branches or pull requests
Bug report
i followed this instructions on this page, https://invertase.io/blog/announcing-flutterfire-desktop-auth-stable
and
i have installed firebase_core_desktop.
dependencies in .yaml file,
cloud_firestore: ^3.5.1
firebase_auth: ^3.11.2
firebase_auth_desktop: ^1.0.2
firebase_core: ^1.9.2
firebase_core_desktop: ^1.0.2
firebase_storage: ^10.3.11
my code for initialization:
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,
);
but after initialization , it throws on all firebase functions following error:
MissingPlugingException (No implementation found for method Firestore#... on channel plugins.flutter.io/firebase_firestore)
The text was updated successfully, but these errors were encountered: