ios constant

FirebaseOptions const ios

Default Firebase options for the iOS platform.

Implementation

static const FirebaseOptions ios = FirebaseOptions(
  apiKey: 'AIzaSyBQAtGCkN3UzYAr-BHoexee-b391rBoZ3A',
  appId: '1:954020304851:ios:dda2b3eecacf8f4da00126',
  messagingSenderId: '954020304851',
  projectId: 'tomato-game',
  storageBucket: 'tomato-game.appspot.com',
  iosBundleId: 'com.cis.tomato.tomatoGame',
);