Тёмный

Push Notification in React Native Using Firebase 🔥Android | Hindi Tutorial ✅ 

Code Resolutions
Подписаться 161
Просмотров 3,5 тыс.
50% 1

In this video you'll learn how to implement push notifications in react native using Firebase for Android platform. Push notifications are a crucial feature for engaging users and keeping them informed about updates. In this tutorial, we'll cover everything from setting up the environment to handling notifications in your React Native app. By the end, you'll have a solid understanding of how to integrate push notifications into your Android app using React Native.
npm Package need to Install:
npm install @react-native-firebase/app
npm install @react-native-firebase/messaging
React Native Firebase Website :
rnfirebase.io/
Send Notification Using Rest API:
POST fcm.googleapis.com/fcm/send
Content-Type: application/json
Authorization: Bearer ___Server_key_here
Body:
{
"to":"",
"notification": {
"body":"This is an FCM notification message!",
"title":"FCM Message",
},
"data": {
"data_new": "Test Data"
}
}
#pushnotifications #reactnative #appdevelopment #development #coding #coderesolutions #android #firebase #restapis

Опубликовано:

 

21 авг 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@user-hf3go8rw6y
@user-hf3go8rw6y 10 месяцев назад
thankyou sir love from Pakistan...
@saim4556
@saim4556 5 месяцев назад
hi can you pls make a video on geofencing running in background pls. how can i localy show notification of location geofence if user reach given radius. how geofence will work and code function..
@shaidazmin5055
@shaidazmin5055 9 месяцев назад
thank you so much sir, how can we send the notification to all user ?
@coderesolutions2873
@coderesolutions2873 9 месяцев назад
subscribe the topic and then use that to send it will goes to all at once
@prajaktawalanju702
@prajaktawalanju702 9 месяцев назад
hiii Sir , I got an issue jab bhi me push notification firebase se fire karati hu app unecpectdly close hota he without any error. I tried many solutiona from the internet but no used. Please help me this I tried from many days
@coderesolutions2873
@coderesolutions2873 8 месяцев назад
Hi, sorry for late responding, It seems strange! But anyway Try to debug using log cat and check where it get crashed exactly or check notifications permission in android manifest might be something changed according to android SDK api level or you can try to build debug apk and it would show you what’s went wrong if anything cause crash.
Далее
Дарю Самокат Скейтеру !
00:42
Просмотров 339 тыс.
Stripe Reactjs | PHP | Hindi
19:17
Просмотров 1,2 тыс.