macos constant

FirebaseOptions const macos

Firebase configuration options for the macOS platform.

Contains the API key, app ID, and other settings required to initialize Firebase for macOS applications.

Implementation

static const FirebaseOptions macos = FirebaseOptions(
  apiKey: 'AIzaSyD9GgNLIbKyPsAQ_GkZUR9HitkAnJX8IeY',
  appId: '1:873347679538:ios:db89f922a514c06f1b832b',
  messagingSenderId: '873347679538',
  projectId: 'farm-fresh-1',
  storageBucket: 'farm-fresh-1.firebasestorage.app',
  iosBundleId: 'com.example.farmfresh',
);