mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 20:14:54 +00:00
Refactor application package structure and update Firebase iOS bundle IDs for different environments.
This commit is contained in:
@ -62,7 +62,7 @@ class DefaultFirebaseOptions {
|
||||
projectId: 'syncrow-staging',
|
||||
databaseURL: 'https://syncrow-prod-79446.asia-southeast1.firebasedatabase.app/',
|
||||
storageBucket: 'syncrow-staging.appspot.com',
|
||||
iosBundleId: 'com.example.syncrow.app',
|
||||
iosBundleId: 'com.syncrow.iot.ex',
|
||||
);
|
||||
|
||||
static const FirebaseOptions web = FirebaseOptions(
|
||||
|
||||
Reference in New Issue
Block a user