fix a flutter code using background FCM firebase cloud messaging on IOS
Budget: $10 – $30 USD
important:
- please read the description carefully, don't waste my time if you don't know what iam talking about in the post
- this project needs professional flutter developers with extensive experience of working with background processes and firebase push notifications (FCM)
- this project requires that you have IOS development environment and real IOS device for testing
project target: the following source code
https://github.com/firebase/flutterfire/blob/master/packages/firebase_messaging/firebase_messaging/example/
contains a flutter project for implementing firebase FCM messaging on both android and ios
the following function is called when the application is on background or terminated, the target of this function is to execute code automatically once a notification is received
(without clicking the notification), currently this function only prints some output to the console
@pragma('vm:entry-point')
Future<void> _firebaseMessagingBackgroundHandler(RemoteMessage message) async {
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
await setupFlutterNotifications();
showFlutterNotification(message);
// If you're going to use other Firebase services in the background, such as Firestore,
// make sure you call `initializeApp` before using other Firebase services.
print('Handling a background message ${message.messageId}');
}
the above function works only on android but it's never called on ios device
so our target is to make this function called on IOS as well
compatibility
- work on android 7 upwords
- work on IOS 15 upwords
general terms:
⦁ people whom are wants to participate on this project are required to proof the experience on flutter programming on android and ios
⦁ candidate is free to ask any questions so that requirements are clear in his mind
⦁ once agreed, selected candidate needs to provide video for his implementation shows the system working on a real android and real iphone devices
⦁ if the video is ok and show the system working fine, candidate to send the the full flutter project to check it as well as a detailed document contains all the steps needed to make
this project working in my environment
⦁ if the code is working fine in my environment, money will be released, else developer is required to help getting the project work in my environment
⦁ please don't waste my time by using code already on the net, also don't use any AI platform in this project
⦁ budget 50$
- please read the description carefully, don't waste my time if you don't know what iam talking about in the post
- this project needs professional flutter developers with extensive experience of working with background processes and firebase push notifications (FCM)
- this project requires that you have IOS development environment and real IOS device for testing
project target: the following source code
https://github.com/firebase/flutterfire/blob/master/packages/firebase_messaging/firebase_messaging/example/
contains a flutter project for implementing firebase FCM messaging on both android and ios
the following function is called when the application is on background or terminated, the target of this function is to execute code automatically once a notification is received
(without clicking the notification), currently this function only prints some output to the console
@pragma('vm:entry-point')
Future<void> _firebaseMessagingBackgroundHandler(RemoteMessage message) async {
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
await setupFlutterNotifications();
showFlutterNotification(message);
// If you're going to use other Firebase services in the background, such as Firestore,
// make sure you call `initializeApp` before using other Firebase services.
print('Handling a background message ${message.messageId}');
}
the above function works only on android but it's never called on ios device
so our target is to make this function called on IOS as well
compatibility
- work on android 7 upwords
- work on IOS 15 upwords
general terms:
⦁ people whom are wants to participate on this project are required to proof the experience on flutter programming on android and ios
⦁ candidate is free to ask any questions so that requirements are clear in his mind
⦁ once agreed, selected candidate needs to provide video for his implementation shows the system working on a real android and real iphone devices
⦁ if the video is ok and show the system working fine, candidate to send the the full flutter project to check it as well as a detailed document contains all the steps needed to make
this project working in my environment
⦁ if the code is working fine in my environment, money will be released, else developer is required to help getting the project work in my environment
⦁ please don't waste my time by using code already on the net, also don't use any AI platform in this project
⦁ budget 50$