firebase_options.dart
file will be generated for you containing all the options required for initialization. The DefaultFirebaseOptions.currentPlatform
is imported from our generated firebase_options.dart
file and is used for Firebase initialization in the main.dart
file.appId
and apiKey
in the main.dart
file with your own Raven App ID and API Key which you can get from the Raven Console in the Settings tab.flutter run
” command to run this sample app.