web constant

FirebaseOptions const web

Firebase configuration options for the web platform.

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

Implementation

static const FirebaseOptions web = FirebaseOptions(
  apiKey: 'AIzaSyCKU9cVrCPFwX1M9ZP9q-0lKY9QfttBUDo',
  appId: '1:873347679538:web:b49b7e4591b865751b832b',
  messagingSenderId: '873347679538',
  projectId: 'farm-fresh-1',
  authDomain: 'farm-fresh-1.firebaseapp.com',
  storageBucket: 'farm-fresh-1.firebasestorage.app',
  measurementId: 'G-9DJGLDPX92',
);