ios constant

FirebaseOptions const ios

Firebase configuration options for the iOS platform.

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

Implementation

static const FirebaseOptions ios = 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',
);