Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 364 Bytes

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'