Skip to content

Instantly share code, notes, and snippets.

@csells
Created December 8, 2021 02:17
Show Gist options
  • Save csells/e4b1a0146757a060db38e285ed6eb023 to your computer and use it in GitHub Desktop.
Save csells/e4b1a0146757a060db38e285ed6eb023 to your computer and use it in GitHub Desktop.
static const FirebaseOptions web = FirebaseOptions(
apiKey: 'AIzaSyCZFKryCEiKhD0JMPeq_weJguspf09h7Cg',
appId: '1:111079797892:web:b9195888086158195ffed1',
messagingSenderId: '111079797892',
projectId: 'flutterfire-fun',
authDomain: 'flutterfire-fun.firebaseapp.com',
storageBucket: 'flutterfire-fun.appspot.com',
measurementId: 'G-K029Y6KJDX',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment