web constant

FirebaseOptions const web

Default Firebase options for the web platform.

Implementation

static const FirebaseOptions web = FirebaseOptions(
  apiKey: 'AIzaSyA5iFrVFIvmv19OQSHTdqLyhfOCBOShS9A',
  appId: '1:954020304851:web:4082b8f030ce388fa00126',
  messagingSenderId: '954020304851',
  projectId: 'tomato-game',
  authDomain: 'tomato-game.firebaseapp.com',
  storageBucket: 'tomato-game.appspot.com',
  measurementId: 'G-4CXC9FPSTP',
);