FirebaseExtended / flutterfire_desktop

An early-stage, experimental pure-Dart implementation of Firebase SDKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› [firebase_auth_desktop] project has build error because of new Firebase updates

nilsreichardt opened this issue Β· comments

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.

image

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

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