LCOV - code coverage report
Current view: top level - lib/_configs - firebase_options.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 5 0.0 %
Date: 2024-10-04 11:12:13 Functions: 0 0 -

          Line data    Source code
       1             : // File generated by FlutterFire CLI.
       2             : // ignore_for_file: lines_longer_than_80_chars, avoid_classes_with_only_static_members
       3             : import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
       4             : import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb, TargetPlatform;
       5             : 
       6             : /// Default [FirebaseOptions] for use with your Firebase apps.
       7             : ///
       8             : /// Example:
       9             : /// ```dart
      10             : /// import 'firebase_options.dart';
      11             : /// // ...
      12             : /// await Firebase.initializeApp(
      13             : ///   options: DefaultFirebaseOptions.currentPlatform,
      14             : /// );
      15             : /// ```
      16             : class DefaultFirebaseOptions {
      17           0 :   static FirebaseOptions? get currentPlatform {
      18             :     if (kIsWeb) {
      19             :       return web;
      20             :     }
      21           0 :     switch (defaultTargetPlatform) {
      22           0 :       case TargetPlatform.android:
      23             :         return android;
      24           0 :       case TargetPlatform.iOS:
      25             :         return ios;
      26           0 :       case TargetPlatform.macOS:
      27             :         return macos;
      28             :       case TargetPlatform.windows:
      29             :       case TargetPlatform.linux:
      30             :       default:
      31             :         return null;
      32             :     }
      33             :   }
      34             : 
      35             :   static const FirebaseOptions web = FirebaseOptions(
      36             :     apiKey: 'AIzaSyD-F5CBBZjskRbfqkeP1nPt7UUCuWQVy68',
      37             :     appId: '1:316045786606:web:e9346723741d371ad562ff',
      38             :     messagingSenderId: '316045786606',
      39             :     projectId: 'fingrom',
      40             :     authDomain: 'fingrom.firebaseapp.com',
      41             :     storageBucket: 'fingrom.appspot.com',
      42             :     measurementId: 'G-ZLKVBF1H4V',
      43             :   );
      44             : 
      45             :   static const FirebaseOptions android = FirebaseOptions(
      46             :     apiKey: 'AIzaSyBaT0FV9Xd46OZr4wcc_X44w1zpsaybiMo',
      47             :     appId: '1:316045786606:android:56767cb0c0a39bbfd562ff',
      48             :     messagingSenderId: '316045786606',
      49             :     projectId: 'fingrom',
      50             :     storageBucket: 'fingrom.appspot.com',
      51             :   );
      52             : 
      53             :   static const FirebaseOptions ios = FirebaseOptions(
      54             :     apiKey: 'AIzaSyByWAdeAUDluD-dlJHrt4Z1oyValCuFBpM',
      55             :     appId: '1:316045786606:ios:87bd828f023ae743d562ff',
      56             :     messagingSenderId: '316045786606',
      57             :     projectId: 'fingrom',
      58             :     storageBucket: 'fingrom.appspot.com',
      59             :     iosClientId: '316045786606-d806bn8s90gj03nil8gooku2frptvrge.apps.googleusercontent.com',
      60             :     iosBundleId: 'com.tercad.fingrom',
      61             :   );
      62             : 
      63             :   static const FirebaseOptions macos = FirebaseOptions(
      64             :     apiKey: 'AIzaSyByWAdeAUDluD-dlJHrt4Z1oyValCuFBpM',
      65             :     appId: '1:316045786606:ios:34250e2deee54195d562ff',
      66             :     messagingSenderId: '316045786606',
      67             :     projectId: 'fingrom',
      68             :     storageBucket: 'fingrom.appspot.com',
      69             :     iosClientId: '316045786606-8tl5sft03rmf5tbdd4k9pk12a4f47d6m.apps.googleusercontent.com',
      70             :     iosBundleId: 'com.tercad.fingrom.RunnerTests',
      71             :   );
      72             : }

Generated by: LCOV version 1.14