|
The beta version seems to be published: https://pub.dev/packages/firebase_auth_desktop But how would it be used? |
Answered by
pr-Mais
Jan 5, 2022
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 |
0 replies
Answer selected by
pr-Mais
|
Thanks, @pr-Mais Unfortunately no cigar: |
5 replies
|
after What example app do you mean? |
5 replies
|
When I see the pubspec missing error, I usually run |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use this plugin as FlutterFire's implementation for Desktop, add it to your app's
pubspec.yamlalong with the main plugin: