Skip to content

Commit 83c8435

Browse files
Removed the key and access options from the sample.
1 parent ce43065 commit 83c8435

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/main.dart

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Future<void> main() async {
1313
home: const SfDataGridDemo()));
1414
}
1515

16+
//add your FirebaseOptions details
1617
const defaultFirebaseOptions = FirebaseOptions(
17-
apiKey: 'AIzaSyBWRAAgMpfnnjmqOSXmtU3y0VfTqFcH2ZY',
18-
authDomain: 'employeedatagrid.firebaseapp.com',
19-
projectId: 'employeedatagrid',
20-
storageBucket: 'employeedatagrid.appspot.com',
21-
messagingSenderId: '485159817284',
22-
appId: '1:485159817284:web:850510557f1164getDataFromFireStoref52c11',
18+
apiKey: '',
19+
authDomain: '',
20+
projectId: '',
21+
storageBucket: '',
22+
messagingSenderId: '',
23+
appId: '',
2324
);
2425

2526
class SfDataGridDemo extends StatefulWidget {

0 commit comments

Comments
 (0)