To install the “app” module, view the Getting Started documentation. # Install & setup the app module yarn add @react-native-firebase/app # Install the database module yarn add @react-native-firebase/database # If you’re developing your app using iOS, run this command cd ios/ && pod install && cd ..
Read moreHow do I get data from Firebase React Native?
How to Get Data From Firebase in React Native
Read moreHow do I integrate FCM push notification in React Native?
React Native Firebase
Read moreHow do you implement Firebase messaging?
Set up a Firebase Cloud Messaging client app on Android
Read moreHow do I add Firebase messages to React Native?
To send Firebase Cloud message from Firebase Console Open the Firebase Console, select project and select Cloud Messaging from the left menu. Click on “Send your first message” and you will see inputs/options to compose notification. You can insert the title, text and image of the notification.
Read more