FirebaseExtended / FirebaseExtended/flutterfire_desktop

🐛 [firebase_core_desktop] No implementation found

Open
#117 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
414
Forks
62
PR merge metrics
No merged PRs in 30d

Description

## 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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.