FirebaseExtended / flutterfire_desktop

An early-stage, experimental pure-Dart implementation of Firebase SDKs.
Other
406 stars 58 forks source link

🐛 [firebase_auth_desktop] project has build error because of new Firebase updates #96

Closed nilsreichardt closed 2 years ago

nilsreichardt commented 2 years ago

image

It's not possible to run the example of firebase_auth_desktop because there are many builds errors. The build error are coming from the new Firebase versions.

nilsreichardt commented 2 years ago

image

This is the reason for the low the pub.dev score.

rebaz94 commented 2 years ago

I just fixed temporary by providing fake MultiFactorImpl and adding missing override you can use it here

  firebase_core: ^1.20.0
  firebase_auth: ^3.6.1
  firebase_core_desktop: ^1.0.1
  firebase_auth_desktop: #^1.0.1
    git:
      url: https://github.com/rebaz94/flutterfire_desktop.git
      path: ./packages/firebase_auth/firebase_auth_desktop