3.1 Android Notification Setup
Last updated
Last updated
Follow the steps below:
From your firebase console, open the project you have just created.
Go to the Project Overview and click on the plus icon and then click on the Android Icon.
Enter your android package name.
Your package name should be like com.your_name.your_app_name . Example: com.microsoft.skype. You can use the same package name for android & iOS. iOS doesn’t support under space in the package name. So, keep in mind that if you want to use the same package name for both android & iOS.
Click on the register app and skip other steps by clicking next.
Now go to Project Settings and click on the android icon and download google-service.json file.
Now go to the wordpress_app/android/app directory and paste the google-service.json file here.