Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

test firebase cloud messaging without app

I am building a backend for a Android and iOS App and we decided to use the "new" Firebase Service by Google.
I now want to test if my backend service works as expected but we have no working apps yet. Is there any option to test FCM in Browser or any other tool (like the GCM Plugin for Chrome, which is not compatible with Firebase)

Thanks, Bob

like image 286
Robert Keck Avatar asked Jul 24 '16 19:07

Robert Keck


1 Answers

You could you the FCM quick start app available on Github.
https://github.com/firebase/quickstart-android/tree/master/messaging

If you configure the app for your project you can check that your backend is working successfully.

like image 90
Diego Giorgini Avatar answered Oct 13 '22 18:10

Diego Giorgini