This is the second article in the series of four which describes how to set up Firebase push notifications with Flutter framework. In the last blog post we have covered how to start with Firebase and create new project.
Table of Contents:
- How To Configure Push Notifications With Flutter
- Wordpress Set Up For Flutter Push Notifications
- Android Set Up For Flutter Push Notifications
- iOS Set Up For Flutter Push Notifications
Please note that this tutorial applies only to building apps with Flutter Deco News app template.
In this blog post we will cover setting up WordPress website for sending Firebase push notifications. Login to WordPress admin panel dashboard of your website, it is usually located at https://www.yourwebsite.com/wp-admin
Step 1. In the left side menu hover over plugins menu item and select "Add New".
Step 2. On the next screen select "Upload plugin".
Step 3. Upload plugin which you got with Flutter Deco News app template which you purchased.
Step 4. Activate it.
Step 5. Now in the left side menu under "Settings" you should have "DevsPush Push Notifications" menu item.
Step 6. Here paste key you copied from Firebase and click "Save Changes".
Now you should have everything configured for sending push notifications.
In the next article we will cover how to set up Android for receiving push notifications in Flutter.