diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-21 01:26:51 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-21 01:26:51 +0200 |
| commit | 7b379914e44583b9b097ed286b669ad244b176a1 (patch) | |
| tree | 32fc660273161a92a0b9784ac5edd6f2f5eea58c /mobile/build/cloud_firestore/generated | |
| parent | b84fe9a9c4c18a3f4e957f76ead34403c4316f76 (diff) | |
| download | carpool-7b379914e44583b9b097ed286b669ad244b176a1.tar.xz carpool-7b379914e44583b9b097ed286b669ad244b176a1.zip | |
Added Firestore support for both the driver app and the rider mobile app
Diffstat (limited to 'mobile/build/cloud_firestore/generated')
| -rw-r--r-- | mobile/build/cloud_firestore/generated/source/buildConfig/debug/io/flutter/plugins/firebase/firestore/BuildConfig.java | 14 |
1 files changed, 14 insertions, 0 deletions
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"; +} |
