Test FCM Notification with POSTMAN! FCM (Firebase Cloud Messaging) + POSTMAN — Send Notification Like Pro. Hello there, I am here with my new and useful article and I am willing to share my problems and their solutions. Recently, I am developing one application that has the functionality of Push Notification, I used to with Firebase Cloud Messaging , Hope you also use this awesome feature of Firebase. I face one problem during the development of this functionality and the scenario is like: Whenever any user from insert or update data on the website then I have to show notification in Android App, but still that module is under development from the web. So QUESTION is HOW I can Test this Notification functionality like PRO!. Create an FCM Token (Android): You can put these lines in your MainActivity.java FirebaseInstanceId. getInstance ().getInstanceId().addOnSuccessListener( this , instanceIdResult -> { String newToken = instanceIdResult.getToken(); Lo...
Programming Tutorials For IOS and React Native