This android project can be used to test FCM integration. You can send push notifications to your apps using FCM on android/iOS.
- Insert your server key (It doesnt matter if you add key= or not in the server key field).
- Insert notification title.
- Insert notification messages.
- Choose whether you want to send push to a topic or a device token.
- Enter your topic name/device token (Based on what you chose above).
- Press send to send push notification.
Whats next?
- Ability to parse correct error message from FCM response.
- Show loader when API called.
- Option to store sent notifications as templates and reuse them.
- Add ability to send non notification messages (i.e. Data messages).
- Add ability to choose notification sound.
This repository is open for any PRs that improves it. I tried to find a similar source code that is very simple and doesnt contain a lot of complex things. Can be very useful for testers and developers to test push notification integration.