File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ void main() async {
21
21
else
22
22
await Firebase .initializeApp (
23
23
options: FirebaseOptions (
24
- apiKey: "AIzaSyBQ68_qY1qYrYvXalCrrbXZwgB5NlZJ94w" ,
25
- authDomain: "threads-instagram.firebaseapp.com" ,
26
- databaseURL:
27
- "https://threads-instagram-default-rtdb.firebaseio.com" ,
28
- projectId: "threads-instagram" ,
29
- storageBucket: "threads-instagram.appspot.com" ,
30
- messagingSenderId: "799971967226" ,
31
- appId: "1:799971967226:web:122c3ae661013c38d50943" ,
32
- measurementId: "G-J8Y7QJK62L" ));
24
+ apiKey: "" ,
25
+ authDomain: "" ,
26
+ databaseURL: "" ,
27
+ projectId: "" ,
28
+ storageBucket: "" ,
29
+ messagingSenderId: "" ,
30
+ appId: "" ,
31
+ measurementId: "" ));
33
32
setupDependencies ();
34
33
final sharedPreferences = await SharedPreferences .getInstance ();
35
34
runApp (MyApp (
You canāt perform that action at this time.
0 commit comments