Fixed pagination tenders for desktop and
added new config for notification
This commit is contained in:
+8
-8
@@ -37,7 +37,7 @@ void main() async {
|
||||
final prefs = await SharedPreferences.getInstance();
|
||||
|
||||
List<SingleChildWidget> providers = [
|
||||
Provider(create: (context) => prefs),
|
||||
Provider(create: (context) => prefs),
|
||||
...providersRemote,
|
||||
];
|
||||
// Configure web URL strategy if running on web
|
||||
@@ -46,13 +46,13 @@ void main() async {
|
||||
if (kIsWeb) {
|
||||
await Firebase.initializeApp(
|
||||
options: const FirebaseOptions(
|
||||
apiKey: 'AIzaSyAUQhM789-0qZIaIWtwTQXyz9gEtN-TnnU',
|
||||
authDomain: 'opplens.firebaseapp.com',
|
||||
appId: '1:1071558853812:web:d9ca896b088ee7da48c3e1',
|
||||
messagingSenderId: '1071558853812',
|
||||
projectId: 'opplens',
|
||||
storageBucket: 'opplens.firebasestorage.app',
|
||||
measurementId: 'G-GJGP9WB28B',
|
||||
apiKey: 'AIzaSyCTjdsk2jE34IfnvSKP1JMTIf_Abd7tbt0',
|
||||
authDomain: 'opplens-270d1.firebaseapp.com',
|
||||
projectId: 'opplens-270d1',
|
||||
storageBucket: 'opplens-270d1.firebasestorage.app',
|
||||
messagingSenderId: '6923326255',
|
||||
appId: '1:6923326255:web:c71763ece06aaaf3ed87da',
|
||||
measurementId: 'G-M5HQR4YZVS',
|
||||
),
|
||||
);
|
||||
final _firebaseMessaging = FirebaseMessaging.instance;
|
||||
|
||||
Reference in New Issue
Block a user