Fixed pagination tenders for desktop and

added new config for notification
This commit is contained in:
llsajjad
2025-09-21 14:03:32 +03:30
parent 8a289f2d05
commit 6e6f248702
15 changed files with 422 additions and 219 deletions
+8 -8
View File
@@ -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;