Co-authored-by: MENDOZA BALLARDO GAEL RICARDO <gael-meb123@users.noreply.github.com>

configuracion para firebase
This commit is contained in:
shinra32
2026-05-22 16:08:48 -06:00
parent f12e119d6f
commit f1ae9a301f
11 changed files with 1086 additions and 83 deletions

View File

@@ -0,0 +1,14 @@
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
// Placeholder file for Firebase configuration.
// Run `flutterfire configure` to generate a proper `firebase_options.dart` file
// and replace the implementation below. For local dev you can also rely on
// `google-services.json` (Android) and `GoogleService-Info.plist` (iOS) instead
// of providing explicit FirebaseOptions.
class DefaultFirebaseOptions {
static FirebaseOptions? get currentPlatform {
// TODO: Replace with generated FirebaseOptions from `flutterfire configure`.
return null;
}
}