Integrating Firebase Push notification with React native iOS application
Integrating Firebase Push notification with React native iOS application. In this article, we will talk about how we can integrate FCM (Firebase Cloud Messaging) with React Native iOS application. If you want to go through FCM and Android app integration then read this article. Pre-requisite :- You should have Apple Developer Account to make push notifications work properly. Let’s start with integrating firebase push notification, before going on to the code we have to set up a few things. ...