mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 18:44:54 +00:00
Refactor application package structure and update Firebase iOS bundle IDs for different environments.
This commit is contained in:
@ -42,7 +42,8 @@ void main() {
|
||||
initialSetup();
|
||||
|
||||
await Firebase.initializeApp(
|
||||
options: DefaultFirebaseOptions.currentPlatform,
|
||||
options: DefaultFirebaseOptions.currentPlatform('production'),
|
||||
name: 'syncrow_app',
|
||||
);
|
||||
|
||||
//final SharedPreferences prefs = await SharedPreferences.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user