@@ -70,8 +70,10 @@ class DefaultFirebaseOptions {
70
70
projectId: 'stream-chat-internal' ,
71
71
databaseURL: 'https://stream-chat-internal.firebaseio.com' ,
72
72
storageBucket: 'stream-chat-internal.appspot.com' ,
73
- androidClientId: '674907137625-2scfo9a5cs074dced5vhm712ej6hhtpm.apps.googleusercontent.com' ,
74
- iosClientId: '674907137625-flarfn9cefu4lermgpbc4b8rm8l15ian.apps.googleusercontent.com' ,
73
+ androidClientId:
74
+ '674907137625-2scfo9a5cs074dced5vhm712ej6hhtpm.apps.googleusercontent.com' ,
75
+ iosClientId:
76
+ '674907137625-flarfn9cefu4lermgpbc4b8rm8l15ian.apps.googleusercontent.com' ,
75
77
iosBundleId: 'io.getstream.flutter' ,
76
78
);
77
79
@@ -82,8 +84,10 @@ class DefaultFirebaseOptions {
82
84
projectId: 'stream-chat-internal' ,
83
85
databaseURL: 'https://stream-chat-internal.firebaseio.com' ,
84
86
storageBucket: 'stream-chat-internal.appspot.com' ,
85
- androidClientId: '674907137625-2scfo9a5cs074dced5vhm712ej6hhtpm.apps.googleusercontent.com' ,
86
- iosClientId: '674907137625-p3msks3snq0h22l7ekpqcf0frr0vt8mg.apps.googleusercontent.com' ,
87
+ androidClientId:
88
+ '674907137625-2scfo9a5cs074dced5vhm712ej6hhtpm.apps.googleusercontent.com' ,
89
+ iosClientId:
90
+ '674907137625-p3msks3snq0h22l7ekpqcf0frr0vt8mg.apps.googleusercontent.com' ,
87
91
iosBundleId: 'io.getstream.streamChatV1' ,
88
92
);
89
93
}
0 commit comments