0

today I linked my project to firebase all the latest versions and when running the emulator getting Note: "uses or overrides a deprecated API." for firebase_auth, firebase_core, flutter_secure_storage, local_auth. What should I do about this?

enter image description here

jasmine
  • 149
  • 13
  • Have a look at this: https://github.com/flutter/flutter/issues/78137#issuecomment-970387592 (might be your case with `local_auth`) – Shourya Shikhar Nov 16 '21 at 15:33

1 Answers1

1

Those are warnings from the APIs the plugins are using. Your code should work just fine.

Victor Eronmosele
  • 7,040
  • 2
  • 10
  • 33