You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/game_template/lib/firebase_options.dart

13 lines
459 B

// File normally generated by FlutterFire CLI. This is a stand-in.
// See README.md for details.
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
class DefaultFirebaseOptions {
@Deprecated('Run `flutterfire configure` to re-generate this file')
static FirebaseOptions get currentPlatform {
throw UnimplementedError(
'Generate this file by running `flutterfire configure`. '
'See README.md for details.');
}
}