BASE: Update Firebase Json File.
This commit is contained in:
@@ -152,12 +152,12 @@ class ConstTexts {
|
||||
static String favourites = "favourites";
|
||||
static String orders = "orders";
|
||||
static String takeAway = "takeAway";
|
||||
static String allStores = "allStores";
|
||||
static String alert = "alert";
|
||||
static String cancel = "cancel";
|
||||
static String ok = "ok";
|
||||
static String freeDelivery = "freeDelivery";
|
||||
static String upto = "upto";
|
||||
static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
|
||||
static String cash = "cash";
|
||||
// static String allStores = "allStores";
|
||||
// static String alert = "alert";
|
||||
// static String cancel = "cancel";
|
||||
// static String ok = "ok";
|
||||
// static String freeDelivery = "freeDelivery";
|
||||
// static String upto = "upto";
|
||||
// static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
|
||||
// static String cash = "cash";
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ class DefaultFirebaseOptions {
|
||||
|
||||
static const FirebaseOptions android = FirebaseOptions(
|
||||
apiKey: 'AIzaSyALZhdy7Rw3jffipxsDvvz7_C_b4teVg1k',
|
||||
appId: '1:893074789710:android:05002c15a64cf1e0c4ba1f',
|
||||
appId: '1:893074789710:android:e932bc88da6665b3c4ba1f',
|
||||
messagingSenderId: '893074789710',
|
||||
projectId: 'fondexuzb',
|
||||
databaseURL: 'https://fondexuzb-default-rtdb.firebaseio.com',
|
||||
@@ -60,13 +60,13 @@ class DefaultFirebaseOptions {
|
||||
|
||||
static const FirebaseOptions ios = FirebaseOptions(
|
||||
apiKey: 'AIzaSyD6Khoz4y93GCj3mOPi2FoluDipplH1av0',
|
||||
appId: '1:893074789710:ios:510ebf9e4ebed6a8c4ba1f',
|
||||
appId: '1:893074789710:ios:7dd456b65070f325c4ba1f',
|
||||
messagingSenderId: '893074789710',
|
||||
projectId: 'fondexuzb',
|
||||
databaseURL: 'https://fondexuzb-default-rtdb.firebaseio.com',
|
||||
storageBucket: 'fondexuzb.firebasestorage.app',
|
||||
iosClientId:
|
||||
'893074789710-pv12m4nhe82a4ueg9sb2pgt42r0e5da3.apps.googleusercontent.com',
|
||||
iosBundleId: 'felix.fondex.uz',
|
||||
iosClientId: '893074789710-tgc677brhj8902uu2nv6k53otbhbnp1e.apps.googleusercontent.com',
|
||||
iosBundleId: 'uz.felix.fondex.customer',
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1248,9 +1248,9 @@ class HomeScreen extends StatelessWidget {
|
||||
builder: (BuildContext context) {
|
||||
return CustomDialogBox(
|
||||
title: ConstTexts.alert.tr,
|
||||
descriptions:
|
||||
ConstTexts.doYouWantChangeTheDeliverOption
|
||||
.tr,
|
||||
descriptions:"",
|
||||
// ConstTexts.doYouWantChangeTheDeliverOption
|
||||
// .tr,
|
||||
positiveString: ConstTexts.ok.tr,
|
||||
negativeString: ConstTexts.cancel.tr,
|
||||
positiveClick: () async {
|
||||
|
||||
Reference in New Issue
Block a user