From 7b379914e44583b9b097ed286b669ad244b176a1 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 21 Dec 2023 01:26:51 +0200 Subject: Added Firestore support for both the driver app and the rider mobile app --- .../io/flutter/plugins/firebase/firestore/BuildConfig.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mobile/build/cloud_firestore/generated/source/buildConfig/debug/io/flutter/plugins/firebase/firestore/BuildConfig.java (limited to 'mobile/build/cloud_firestore/generated/source/buildConfig') diff --git a/mobile/build/cloud_firestore/generated/source/buildConfig/debug/io/flutter/plugins/firebase/firestore/BuildConfig.java b/mobile/build/cloud_firestore/generated/source/buildConfig/debug/io/flutter/plugins/firebase/firestore/BuildConfig.java new file mode 100644 index 0000000..cc739e9 --- /dev/null +++ b/mobile/build/cloud_firestore/generated/source/buildConfig/debug/io/flutter/plugins/firebase/firestore/BuildConfig.java @@ -0,0 +1,14 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package io.flutter.plugins.firebase.firestore; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String LIBRARY_PACKAGE_NAME = "io.flutter.plugins.firebase.firestore"; + public static final String BUILD_TYPE = "debug"; + // Field from default config. + public static final String LIBRARY_NAME = "flutter-fire-fst"; + // Field from default config. + public static final String LIBRARY_VERSION = "4.13.6"; +} -- cgit v1.2.3