android constant
Firebase configuration options for the Android platform.
Contains the API key, app ID, and other settings required to initialize Firebase for Android applications.
Implementation
static const FirebaseOptions android = FirebaseOptions(
apiKey: 'AIzaSyAIZ4HewBvDFqtf2H5Rh9tf3_jxpo4epQE',
appId: '1:873347679538:android:d58bcc273497e6721b832b',
messagingSenderId: '873347679538',
projectId: 'farm-fresh-1',
storageBucket: 'farm-fresh-1.firebasestorage.app',
);