File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/firebase_core/firebase_core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Firebase {
68
68
// for backwards compatibility and simply override the user-provided
69
69
// options.
70
70
options = FirebaseOptions (
71
- apiKey: '' ,
71
+ apiKey: '12345 ' ,
72
72
appId: '1:1:$platformString :1' ,
73
73
messagingSenderId: '' ,
74
74
projectId: demoProjectId,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ void main() {
70
70
const String demoProjectId = 'demo-project-id' ;
71
71
const String expectedName = demoProjectId;
72
72
const FirebaseOptions expectedOptions = FirebaseOptions (
73
- apiKey: '' ,
73
+ apiKey: '12345 ' ,
74
74
// Flutter tests use android as the default platform.
75
75
appId: '1:1:android:1' ,
76
76
messagingSenderId: '' ,
You can’t perform that action at this time.
0 commit comments