-
The beta version seems to be published: https://pub.dev/packages/firebase_auth_desktop But how would it be used? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
To use this plugin as FlutterFire's implementation for Desktop, add it to your app's dependencies:
firebase_auth: ^3.3.4
firebase_auth_desktop: ^0.1.1-dev.3
firebase_core: ^1.10.6
firebase_core_desktop: ^0.1.1-dev.3 |
Beta Was this translation helpful? Give feedback.
-
Thanks, @pr-Mais Unfortunately no cigar:
|
Beta Was this translation helpful? Give feedback.
-
after What example app do you mean? |
Beta Was this translation helpful? Give feedback.
-
When I see the pubspec missing error, I usually run |
Beta Was this translation helpful? Give feedback.
To use this plugin as FlutterFire's implementation for Desktop, add it to your app's
pubspec.yaml
along with the main plugin: