Null FCM message Programming Mobile Development by Mr.M … } } my server script that sends notifications to FCM and down to the App code: <?php …' ); $ch = curl_init(); curl_setopt( $ch,CURLOPT_URL, 'https://fcm.googleapis.com/fcm/send' ); curl_setopt( $ch,CURLOPT_POST, true ); curl_setopt( $ch… Re: Issue with FCM in Android Studio Programming Mobile Development by Mr.M Hi thanks, I mean FCM as (Firebase Cloud Messaging) this is used for Push notifications. …://firebase.google.com/support/faq/?hl=en&authuser=0#fcm-depr-features) which says theres a library deprecation, but the… Re: Issue with FCM in Android Studio Programming Mobile Development by rproffitt … recompile. Also, I would have to guess or Google what FCM is. My tip is when you use an acronym try… Re: Issue with FCM in Android Studio Programming Mobile Development by rproffitt Head back to FCM and compile their demo or in software speak, a minimum viable example. If their demo or minimum viable example fails, file a bug report. Unable to resolve firebase 17.0.4 Programming Mobile Development by Mr.M … still I'm getting this error. My App uses Firebase FCM. On the dependencies I have `com.google.firebase:firebase-core… Re: PLz Help Programming Software Development by Jx_Man … open other program, like exe file. [code]Shell("D:\FCM.exe", vbNormalFocus)[/code] i tried and works fine Re: PLz Help Programming Software Development by asda71 [QUOTE=Jx_Man;622594]it means problem happened with your bat file. Try to open other program, like exe file. [code]Shell("D:\FCM.exe", vbNormalFocus)[/code] i tried and works fine[/QUOTE] hiiiii whn i execute tht bat file from my folder it works correctly..... then y? Re: Post ajax and form action method sametime Programming Web Development by Mr.M … on it. This then get the UID then forward the FCM to the user. Ok I see it has already been… Re: Null FCM message Programming Mobile Development by Mr.M I've managed to figure out what was the problem. The data array didn't have the message so putting the message inside it solved the problem data'=>array( 'action'=>'models', 'model_id'=>'2701', 'message'=>'My message here', )` Issue with FCM in Android Studio Programming Mobile Development by Mr.M Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying unable to resolve dependency no matter which version I try I get similar error differs with version number. Re: Unable to resolve firebase 17.0.4 Programming Mobile Development by Mr.M It turns out that this was because of the proxy, I then removed it from the property file and on settings then built a clean version.