We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce43065 commit 83c8435Copy full SHA for 83c8435
lib/main.dart
@@ -13,13 +13,14 @@ Future<void> main() async {
13
home: const SfDataGridDemo()));
14
}
15
16
+//add your FirebaseOptions details
17
const defaultFirebaseOptions = FirebaseOptions(
- apiKey: 'AIzaSyBWRAAgMpfnnjmqOSXmtU3y0VfTqFcH2ZY',
18
- authDomain: 'employeedatagrid.firebaseapp.com',
19
- projectId: 'employeedatagrid',
20
- storageBucket: 'employeedatagrid.appspot.com',
21
- messagingSenderId: '485159817284',
22
- appId: '1:485159817284:web:850510557f1164getDataFromFireStoref52c11',
+ apiKey: '',
+ authDomain: '',
+ projectId: '',
+ storageBucket: '',
+ messagingSenderId: '',
23
+ appId: '',
24
);
25
26
class SfDataGridDemo extends StatefulWidget {
0 commit comments