auth constant

FirebasePackage const auth

Implementation

static const auth = FirebasePackage(
  packageName: 'firebase_auth',
  displayName: 'Firebase Authentication',
  category: 'Authentication',
  documentationUrl: 'https://firebase.flutter.dev/docs/auth/overview',
  description: 'Firebase Authentication package for Flutter.',
);