feat: update Firebase configuration for development environment and adjust related scripts
This commit is contained in:
@@ -51,7 +51,7 @@ class DefaultFirebaseOptions {
|
||||
|
||||
static const FirebaseOptions android = FirebaseOptions(
|
||||
apiKey: 'AIzaSyDBYhflhK6DThKnS7RM-9raKdvyKzLUjY4',
|
||||
appId: '1:933560802882:android:f4587798877cbb917757db',
|
||||
appId: '1:933560802882:android:d49b8c0f4d19e95e7757db',
|
||||
messagingSenderId: '933560802882',
|
||||
projectId: 'krow-workforce-dev',
|
||||
storageBucket: 'krow-workforce-dev.firebasestorage.app',
|
||||
@@ -59,12 +59,12 @@ class DefaultFirebaseOptions {
|
||||
|
||||
static const FirebaseOptions ios = FirebaseOptions(
|
||||
apiKey: 'AIzaSyDyEXkzZAWpXXe4dAesYaZflt5BEtMn9tA',
|
||||
appId: '1:933560802882:ios:07becdd41ac6ca627757db',
|
||||
appId: '1:933560802882:ios:7264452527da24537757db',
|
||||
messagingSenderId: '933560802882',
|
||||
projectId: 'krow-workforce-dev',
|
||||
storageBucket: 'krow-workforce-dev.firebasestorage.app',
|
||||
iosClientId: '933560802882-qgbq6m04moicvkff2b3i6p9agu7i4gou.apps.googleusercontent.com',
|
||||
iosBundleId: 'com.krow.app.dev',
|
||||
iosClientId: '933560802882-dppsapp5i3lsfrlm1mhob2s21peofg1t.apps.googleusercontent.com',
|
||||
iosBundleId: 'com.krow.app.staff.dev',
|
||||
);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user