From 2477ed15348ed7178e151d6cb968b3591a509380 Mon Sep 17 00:00:00 2001 From: Hugo Walbecq Date: Fri, 3 Mar 2023 14:52:19 +0100 Subject: [PATCH] chore: remove firebase project options --- lib/firebase_options.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/firebase_options.dart b/lib/firebase_options.dart index 7290a7fa..f12f29d5 100644 --- a/lib/firebase_options.dart +++ b/lib/firebase_options.dart @@ -53,12 +53,12 @@ class DefaultFirebaseOptions { } static const FirebaseOptions web = FirebaseOptions( - apiKey: 'AIzaSyBgMVAvYccjNypCDdpW0ol6syCcISU2yjM', - appId: '1:725488140557:web:7c61a0755fc23436fe7044', - messagingSenderId: '725488140557', - projectId: 'pinball-dev', - authDomain: 'pinball-dev.firebaseapp.com', - storageBucket: 'pinball-dev.appspot.com', - measurementId: 'G-9NW8SZRFJR', + apiKey: '', + appId: '', + messagingSenderId: '', + projectId: '', + authDomain: '', + storageBucket: '', + measurementId: '', ); }