firebase3-dart icon indicating copy to clipboard operation
firebase3-dart copied to clipboard

DEPRECATED: Dart wrapper library for the new Firebase.

DEPRECATED: Dart wrapper library for the new Firebase

This library is now deprecated and moved to the official firebase.

Please update your pubspec.yaml file to firebase dependency, do the pub get, update imports to firebase library and you are ready to go:

dependencies:
  firebase: '^3.0.0'