Push Notification Using Firebase Cloud Messaging And React Native & Expo | Project And Tutorial | JS

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 198

  • @BugNinza
    @BugNinza  6 месяцев назад +2

    Update Tutorial (HTTP v1): ruclips.net/video/yCBecuxzUuU/видео.html

  • @nileshnilu7902
    @nileshnilu7902 Год назад +1

    Thanks 🙏🙏,searched whole RUclips not find the solution finally it's here.

    • @BugNinza
      @BugNinza  Год назад

      I'm glad it helped. keep supporting

  • @MisouSup
    @MisouSup Год назад +5

    Nice, it worked for my standalone apk. Thanks! The docs was rather confusing in some parts.

    • @BugNinza
      @BugNinza  Год назад +1

      That's why I'm here😉. I'm glad it worked

  • @robotechwiki
    @robotechwiki Год назад +3

    The first tutorial that I follow from start to finish and everything goes as in the video. Good work!!!

    • @BugNinza
      @BugNinza  Год назад

      Glad it helped! Keep supporting

  • @1ebubekirkarakurt
    @1ebubekirkarakurt 7 месяцев назад +1

    thanks but how can i custumize notification bg color or something like that brother?

  • @marktombson6358
    @marktombson6358 Год назад +1

    Very informative and straight to the point, well done

    • @BugNinza
      @BugNinza  Год назад

      Thanks! Keep Supporting

  • @andreoleari9287
    @andreoleari9287 Год назад

    Hi man, congratulation for the video, this is the only video that helped me, thank' you very much,

    • @BugNinza
      @BugNinza  Год назад

      Glad it helped!! Keep supporting

  • @HeroZero-c9e
    @HeroZero-c9e Год назад +1

    I couldn't change the notification icon, I spent a few hours worrying about how to do it, but I couldn't find how to change it in the expo, I managed to change the color of the displayed rectangle as described in but I couldn't change the icon, can you help me?

  • @almustarik
    @almustarik 7 месяцев назад

    Can you please explain me why we need two SHA-1 keys?

  • @maksimvashkevich1429
    @maksimvashkevich1429 11 месяцев назад +2

    Hello, Friend! Thank you so much for your tutorial! I would like to ask you about how to use FCM without legacy mode? Would you be so kind to record a video clip with the new (HTTP v1 API)?

    • @BugNinza
      @BugNinza  11 месяцев назад +2

      Sure, I will try!! Stay tuned

  • @midhunlalg
    @midhunlalg Год назад

    Much helpful Rohit, Thank you so much. A question, I think the expo notifications won't work in an emulator / simulator, right? just wanted to conform.

  • @AndyKatana
    @AndyKatana Год назад

    A better addition can also be a button to mute notifications. But overall a pretty clean presentation

  • @satishtalewar6709
    @satishtalewar6709 Год назад

    I have question.
    1. In Video you mentioned Expo Go wont work here and we need to go with the Developement Build. How it will work for production build. is there any different steps needs to follow.
    2. In Video i can see you Sending the push notification manully by entering some text in FCM. But in real world scenario it wont work like that right. If i want to send the push notification automatically on certain button click on the app Let say on successful login i want to send push notification saying "Logging successful" , How should i achieve this

    • @BugNinza
      @BugNinza  Год назад

      1. Because of our use of native code, we can't use the Expo Go app here. Sometimes, the app works fine in Expo Go, but throws issues when we publish it to production. Development builds are close to production builds, so you can use them to test your app locally. If you're planning to launch your app, I recommend using development builds.
      2. This video is more about how to send push notifications from the server side. For example, if you want to notify users about an upcoming sale, this method is perfect. I will try to implement what you are saying and make a video about it soon. Stay tuned!

    • @satishtalewar6709
      @satishtalewar6709 Год назад

      Thanks for the reply. Will wait for your video for #2@@BugNinza
      Also on #1 I tried to use the development build but it didnt worked.
      This is my configuration in eas.json
      "development": {
      "channel": "development",
      "android": {
      "buildType": "apk"
      }
      It worked for this but i dont think this is the correct way. Becuase on opening the app with the below config it shows enter url and all.
      "preview3": {
      "developmentClient": true
      },

  • @lssl-x2h
    @lssl-x2h 7 месяцев назад

    how to show notification data in app when i click notification to get in app and the app not in backgroud running

    • @BugNinza
      @BugNinza  7 месяцев назад

      I'll come up with a video soon. stay tuned!!

  • @perammanasa6707
    @perammanasa6707 6 месяцев назад

    Not getting alert popup when I send the message
    Can you please help me

    • @BugNinza
      @BugNinza  6 месяцев назад

      Hey I'll upload the updated tutorial soon. I'll be using HTTP V1 method for the push notification. stay tuned

  • @NoureldenRihan
    @NoureldenRihan Год назад +1

    Man you're a live saver ❤❤

    • @BugNinza
      @BugNinza  Год назад +1

      Haha..!! Keep supporting!

    • @VaishnuTejaSS
      @VaishnuTejaSS 11 месяцев назад

      I can see the notifications in development mode only in my device,
      How it works when someone downloaded from playstore,

  • @Dimz_theSW
    @Dimz_theSW Год назад +2

    can u help me please
    Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.messaging().
    Ensure you have:
    1) imported the 'io.invertase.firebase.messaging.ReactNativeFirebaseMessagingPackage' module in your 'MainApplication.java' file.
    2) Added the 'new ReactNativeFirebaseMessagingPackage()' line inside of the RN 'getPackages()' method list.

    • @BugNinza
      @BugNinza  Год назад +1

      Firebase messaging is not installed in your project. Please watch video carefully. You can install it using the command:
      npm i @firebase/messaging

    • @n-frame7688
      @n-frame7688 Год назад +1

      I also have this problem. And i installed @react-native-firebase/messaging

    • @n-frame7688
      @n-frame7688 Год назад +1

      How do you resolve this problem ?

  • @aniketdhage2604
    @aniketdhage2604 6 месяцев назад

    Hello sir, my app is not opening when i click on notification. can you please tell me why this behavior happening

    • @BugNinza
      @BugNinza  6 месяцев назад

      You have to write code for that

  • @heinhtetaung6566
    @heinhtetaung6566 10 месяцев назад

    Thank you so much. That was amazing tutorial. 100% working fine according to your instruction. You save my day bro!!!

    • @BugNinza
      @BugNinza  10 месяцев назад

      Glad it helped!! Keep supporting

  • @brandonbailey8323
    @brandonbailey8323 7 месяцев назад

    why are you using the legacy firebase api? no one is using the v1 api and the legacy api is about to stop working as of june this year

    • @BugNinza
      @BugNinza  7 месяцев назад

      I'll add a new video stay tuned

    • @maurogalvan7544
      @maurogalvan7544 6 месяцев назад

      @@BugNinza Hola, ya lo subiste?

  • @RLAPERU2
    @RLAPERU2 8 месяцев назад

    Hello, I have tried to build on IOS, but I get the following error:
    iOS build failed:
    Unknown error. See logs of the Install pods build phase for more information.
    In log of Expo:
    The Swift pod `FirebaseCoreInternal` depends upon `GoogleUtilities`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
    Please , What needs to be configured in IOS?

    • @tytoeu7177
      @tytoeu7177 8 месяцев назад

      me too! now you solve already or not? i'm error like this with ios. everyone know please help plz 🙏🙏😘😘

    • @Oogabooga11249
      @Oogabooga11249 6 месяцев назад

      @@tytoeu7177 did you guys figure it out?

  • @son_kami
    @son_kami 6 месяцев назад

    Hi, you saved me a lot of wasted time. I appreciate. would it work for iOS?

    • @BugNinza
      @BugNinza  6 месяцев назад

      yes, follow the official docs for ios setup

  • @SamGreen-n1l
    @SamGreen-n1l Год назад

    Very nice video, it really helped me. How can the notification content be generated from a backend like nodejs, instead of typing the notification message manually?

    • @BugNinza
      @BugNinza  Год назад

      I'll try and update you.

  • @tobilobagabriel2468
    @tobilobagabriel2468 9 месяцев назад

    Thanks for the video man, but how do I send notifications in production mode to all user at once using this method of fcm registration tokens

    • @BugNinza
      @BugNinza  9 месяцев назад

      you need tokens to send notifications

  • @greengraphicx6101
    @greengraphicx6101 11 месяцев назад

    wow, you are a life saver,

    • @BugNinza
      @BugNinza  11 месяцев назад

      Hihi.. keep supporting 🙌

  • @VaishnuTejaSS
    @VaishnuTejaSS 11 месяцев назад

    I can see the notifications in development mode only in my device,
    How it works when someone downloaded from playstore,

    • @BugNinza
      @BugNinza  11 месяцев назад

      You have to add permissions. And once your project starts working flawlessly in development build mode, it will work fine when downloaded from the Play Store.

    • @VaishnuTejaSS
      @VaishnuTejaSS 7 месяцев назад

      ok Thank u for the reply and it works
      @@BugNinza

  • @BừngLê-o9g
    @BừngLê-o9g Год назад

    i get the error "Invariant Violation: Your JavaScript code tried to access a native module that doesn't exist." when using firebase's message()

    • @BugNinza
      @BugNinza  Год назад

      You cannot test your code in Expo Go. I mentioned this in the video. Please follow the video carefully to get the desired result. Let me know if you have any further questions.

  • @Bryan-hc3gf
    @Bryan-hc3gf Год назад

    Instead of directly push notifications from Firebase, can we like do our own admin panel to push the notifications but still using Firebase? Is it possible to do that?

    • @BugNinza
      @BugNinza  Год назад +1

      Yes, it is possible to create your own admin panel to push notifications while still using Firebase. You can use the Firebase Admin SDK or FCM app server protocols to build message requests and send them to various targets. You can also use the Notifications composer in the Firebase console to send notification messages. This method does not provide the same flexibility or scalability as sending messages with the Admin SDK or the HTTP and XMPP protocols, but it can be useful for testing or for highly targeted marketing and user engagement.

  • @vivek8270
    @vivek8270 Год назад

    Was that your physical device or a simulator? If the device then how are you able to access it through your PC ?

    • @BugNinza
      @BugNinza  Год назад

      No, I am not using any emulator. It's my physical device. You can do the same. check this: github.com/Genymobile/scrcpy

  • @jeffypegares5224
    @jeffypegares5224 Год назад

    man why
    eas login
    'eas' is not recognized as an internal or external command,
    operable program or batch file.

    • @BugNinza
      @BugNinza  Год назад +1

      because you haven't installed eas-cli.
      Install it using the command: npm install -g eas-cli
      Don't skip video😉

    • @ipanxbread
      @ipanxbread Год назад

      ​@@BugNinza i also stuck here, thanks for the question n thanks for the answer

  • @lssl-x2h
    @lssl-x2h 7 месяцев назад

    How to do after i build app ,not need to put the expo QR code again

    • @BugNinza
      @BugNinza  7 месяцев назад

      scan the build QR with phone's camera or any other QR code scanner.. and the server running QR with expo go app

  • @lateefogunbadejo9449
    @lateefogunbadejo9449 Год назад

    I noticed the push notification only shows in the status bar and notification tray but there isn't any popup when the app is in the background or closed state, how do we get the app to show a popup?

    • @BugNinza
      @BugNinza  Год назад

      Follow the official docs.
      rnfirebase.io/messaging/notifications

    • @lateefogunbadejo9449
      @lateefogunbadejo9449 Год назад

      @@BugNinza Thank you, would check it out.

  • @shivamshrivastava6530
    @shivamshrivastava6530 Год назад

    Expo cli wants to initiate git in my project - would you pls help me about that?

  • @nileshnilu7902
    @nileshnilu7902 Год назад

    Sir i want to ask after dev client installed, new libraries installing not working.

    • @BugNinza
      @BugNinza  Год назад

      Every time you mess with the app.json, you have to rebuild the application

  • @SoapCS2
    @SoapCS2 Год назад

    Bro but you only sent a test message and got token from console, but how do i send a notification to all the users who install my app

    • @BugNinza
      @BugNinza  Год назад

      After app uninstall? 👀 How you gonna send any kinda notification without an app?

    • @SoapCS2
      @SoapCS2 Год назад

      @@BugNinza no i am talking about the notification you sent at the end, you sent to a particular app by using token, what if i want to send to 1000 users?

    • @SoapCS2
      @SoapCS2 Год назад

      i meant to say Install@@BugNinza

  • @narasimhann2814
    @narasimhann2814 Год назад

    Great job dude!! Can you comment on how I can send notifications to user specific devices?

    • @BugNinza
      @BugNinza  Год назад

      Get the FCM registration tokens for the user's device and use it to send the notification

  • @deckjokey121
    @deckjokey121 6 месяцев назад

    Just wonderful.

    • @BugNinza
      @BugNinza  6 месяцев назад

      Many thanks!

  • @linamicasa2463
    @linamicasa2463 Год назад

    hello sir, is it possible to do something like this, when a certain data is stored in the firebase can we trigger the push notification sending?? if so how can we do it??
    in my case table1 has a column name alert and data are stored as high and low. when we store the alert as high I need to trigger the notification part.

  • @tameredits
    @tameredits Год назад +1

    Hi bro thanks for the tutorial. I have some issues. When i run the project this error pop up: "No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()" how to i solved?

    • @BugNinza
      @BugNinza  Год назад

      Use firebase Android app instead of web

    • @tameredits
      @tameredits Год назад +1

      @@BugNinza It doesn't work

    • @BugNinza
      @BugNinza  Год назад +1

      DM me on my social media handle.

    • @wissamardah6680
      @wissamardah6680 Год назад +1

      same error
      how did you solve this please

    • @mbd9173
      @mbd9173 5 месяцев назад

      @@wissamardah6680 how did you solve ? please help me

  • @AmitJaiswal-z4j
    @AmitJaiswal-z4j Год назад

    Thanks, working fine but what about ios device please make a video for ios too, I am not able to implement for ios device

    • @BugNinza
      @BugNinza  Год назад

      For iOS you have to use APN. Now to test the push notifications remotely, I need an iOS device. But the admin of this channel is poor right now 😂. So, you have to wait a little bit

    • @realvoices2356
      @realvoices2356 Год назад

      @@BugNinza do you have an IOS device now?

  • @rajeshkrchaudhary3245
    @rajeshkrchaudhary3245 Год назад

    property 'messaging' does not exist having in my code anybody can help me

    • @BugNinza
      @BugNinza  Год назад

      Make sure you have installed @react-native-firebase/messaging package and imported the messaging component properly.

  • @NovuyoTsambani
    @NovuyoTsambani 2 месяца назад

    Thank you!

  • @benjaminagyekum7283
    @benjaminagyekum7283 Год назад

    how do i send the generated token to my laravel backend?

    • @BugNinza
      @BugNinza  Год назад

      Check the official docs of laravel

  • @NileshSharma-yt6mk
    @NileshSharma-yt6mk Год назад

    [Unhandled promise rejection: Error: You attempted to use a firebase module that's not installed on your Android proje]t by calling firebase.app(). this error, any soution for that ? ....

    • @BugNinza
      @BugNinza  Год назад

      The firebase module is not installed on your Android project. Install it. Then follow the tutorial carefully

    • @egavriluk
      @egavriluk Год назад

      @@BugNinza Thank you for this tutorial, but I have the same issue - Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app().
      I installed all needed dependecies
      "@react-native-firebase/app": "^18.3.0",
      "@react-native-firebase/messaging": "^18.3.0",
      "firebase": "^10.1.0",
      but it still returns this Error. What could I do with that?

    • @egavriluk
      @egavriluk Год назад

      I solved that issue. The reason was I tried to launch the app in Expo Go without dev mode, however, I installed that dev-client. Initially, Expo Go does not support any custom plugins. So, don't do my mistake.

  • @Eulercode-v8g
    @Eulercode-v8g 7 месяцев назад +1

    and code?

    • @BugNinza
      @BugNinza  7 месяцев назад

      Check description

    • @Eulercode-v8g
      @Eulercode-v8g 7 месяцев назад

      ??????????????????? @@BugNinza

  • @oneafrodev
    @oneafrodev Год назад

    Error: Command failed: lsof -i:5554 -P -t -sTCP:LISTEN
    how do I solve this?

    • @BugNinza
      @BugNinza  Год назад

      This error has nothing to do with this project

    • @oneafrodev
      @oneafrodev Год назад

      @@BugNinza the app runs but I don’t seem to get the token on my console

  • @VivekThakur-sf9pr
    @VivekThakur-sf9pr Год назад

    How to send data notification through FCM from backend

    • @BugNinza
      @BugNinza  Год назад

      This is a general code of FCM. If you want to do specific things then I suggest you read the docs.

    • @VivekThakur-sf9pr
      @VivekThakur-sf9pr Год назад

      @@BugNinza can you please provide me the link

  • @sharminmuqadam7427
    @sharminmuqadam7427 Год назад

    m getting this error The expected package.json path: \expo-dev-client\package.json does not exist

  • @nasyxrakeeb8665
    @nasyxrakeeb8665 Год назад

    Can you please share the code of this project...

  • @krithikshailesh362
    @krithikshailesh362 Год назад

    Does this work on ios EAS builds?

    • @BugNinza
      @BugNinza  Год назад

      use APN for iOS. Process is same

  • @DesignMade-Easy
    @DesignMade-Easy Год назад

    can we not run npx expo start anymore ? do we have to build the app every time we change something or update the code ?

    • @BugNinza
      @BugNinza  Год назад

      no, not really. you have to build the app every time you make changes to the app.json file only

    • @DesignMade-Easy
      @DesignMade-Easy Год назад

      @@BugNinza so since we rebuild now I can change and add pages to my project and can run the app in expo app normally great
      Also why did we add the code for iOS permission if on fire ase we made the app Android will still work that way ?

  • @VivekThakur-sf9pr
    @VivekThakur-sf9pr Год назад

    Sir, Please have a dynamic links firebase for react native expo

  • @armaankhan192
    @armaankhan192 Год назад +1

    Bro you are sending message from firebase by clicking "send message". How to generate it automatically on app screen?
    E.g, A user has set a threshold value and if the value of the variable increases from the set threshold then the notification alert should be generated on App for it.
    Please help

    • @BugNinza
      @BugNinza  Год назад

      In your React Native app, create a function that will be triggered when the user reaches the threshold value. This function should send a request to the FCM API to send a push notification to the user's device.

    • @armaankhan192
      @armaankhan192 Год назад

      @@BugNinza I am new to react native kindly elaborate me.
      1- I will need to create an input form and take value from the user, then pass that value to useState hook.
      2- The create a function where I will compare the threshold value set by user with the value coming from real time db of firebase. If threshold value reaches it will Tigger an other function where I will send request to FCM API.
      3- The notification message will be generated.
      Right ?

    • @armaankhan192
      @armaankhan192 Год назад

      @@BugNinza do you have any video on your channel on how to send request to FCM ApI?

    • @BugNinza
      @BugNinza  Год назад

      DM me. I'll try to figure it out

    • @armaankhan192
      @armaankhan192 Год назад

      @@BugNinza DM you where and what?

  • @GameCrawl
    @GameCrawl 10 месяцев назад

    Is the code in Github?

    • @BugNinza
      @BugNinza  10 месяцев назад

      Check description

  • @nilo4444
    @nilo4444 11 месяцев назад

    Would you be able to teach how to do it for IOS?

    • @BugNinza
      @BugNinza  11 месяцев назад

      Once I have an iPhone, Sure!! Poor Admin..

  • @pradyumncs
    @pradyumncs Год назад

    Thanks ❤️❤️

  • @rajeshkrchaudhary3245
    @rajeshkrchaudhary3245 Год назад

    Brother is it work on apk because i am working on webView app

  • @pavedngoune1097
    @pavedngoune1097 Год назад

    what is eas credentials?

    • @BugNinza
      @BugNinza  Год назад

      The command "eas credentials" is used in Expo to manage your app signing credentials.Expo automates the process of signing your app for Android and i0s, but in both cases, you can choose to provide your overrides.EAS Build can generate signed or unsigned applications, but to distribute your application through the stores, it must be a signed application .EAS can host your app signing credentials and take care of sharing them with teammates that have the necessary permissions

  • @Hugomarangao-td8ep
    @Hugomarangao-td8ep Год назад

    How much do you charge to make this system in my app? ?

    • @BugNinza
      @BugNinza  Год назад

      It depends on the complexity of the app.

    • @Hugomarangao-td8ep
      @Hugomarangao-td8ep Год назад

      ​@@BugNinza It's working on android but guild year for iOS doesn't work

  • @GharabidiDeepak
    @GharabidiDeepak Год назад

    can you share project?

  • @wildandvibe
    @wildandvibe Год назад

    How can i implement for ios build

    • @BugNinza
      @BugNinza  Год назад

      Follow the video and documentation

  • @bitsnbytes398
    @bitsnbytes398 Год назад

    how to integrate it with ios?

    • @BugNinza
      @BugNinza  Год назад

      I simply followed the official docs for Android. So, just follow the official docs for ios ( specially for build )

  • @andreetorres9594
    @andreetorres9594 Год назад

    ? Gran trabajo amigo puedo generar mi apk con profile preview y funcionaria igual o crees que no ?

    • @BugNinza
      @BugNinza  Год назад +1

      ¡Sí! funcionará de la misma manera. Como los documentos de la exposición sugirieron tanto el método de compilación de desarrollo como el de vista previa del perfil. Me gustaría sugerirle que revise los documentos para obtener una mejor idea.

    • @andreetorres9594
      @andreetorres9594 Год назад

      Muchas gracias amigo, gracias por tu respuesta !! @@BugNinza

  • @nosikuminyoi18
    @nosikuminyoi18 Год назад

    what emulator are you using?

    • @BugNinza
      @BugNinza  Год назад

      Not any emulator. Just Expo go app. And then mirror the device screen to pc

  • @ilhamfebrianarwansyah7991
    @ilhamfebrianarwansyah7991 Год назад

    may i know what version of your react-native-firebase that you are using in this video?

    • @BugNinza
      @BugNinza  Год назад +1

      I guess 16.4.3
      npm i @react-native-firebase/app@16.4.3

  • @jasondavid4996
    @jasondavid4996 Год назад

    Will this work on iOS? Thank you! :)

    • @BugNinza
      @BugNinza  Год назад +1

      FCM is not currently available for expo-notifications on iOS. Read the official documentation: docs.expo.dev/push-notifications/using-fcm/#client-setup

    • @realvoices2356
      @realvoices2356 Год назад

      @@BugNinza how can we do this on IOS?

  • @sahanhasret
    @sahanhasret 10 месяцев назад

    How to use IOS?

    • @BugNinza
      @BugNinza  10 месяцев назад +1

      build your app for ios. follow the official docs

    • @sahanhasret
      @sahanhasret 10 месяцев назад

      @@BugNinza another question. Can I send it to all users without buying tokens this way? Or is the token we receive valid for every device?

  • @ivanandreev8945
    @ivanandreev8945 Год назад

    On Android API 33+ you should request permission now 😏

    • @BugNinza
      @BugNinza  Год назад +1

      I appreciate the update. I'll make sure to get this updated as soon as possible.

  • @parthsarathi-lx7dn
    @parthsarathi-lx7dn Год назад

    COD soldier spotted

    • @BugNinza
      @BugNinza  Год назад

      I'm going in. Need backup!! 😉

  • @kalonacharjee1729
    @kalonacharjee1729 Год назад

    subscribed

  • @wildandvibe
    @wildandvibe Год назад

    Anybody have the source code

    • @BugNinza
      @BugNinza  Год назад

      You can request codes for up to 3 videos by joining the "Elite Ninza Army" membership. You can join here: ruclips.net/channel/UCLTAVHeuoOyc4aFIA1o6Xygjoin

    • @wildandvibe
      @wildandvibe Год назад

      @@BugNinza is this usefull for expo app im builf expo app for ios amd android

  • @arpitvijay9382
    @arpitvijay9382 Год назад

    shut the background music

    • @BugNinza
      @BugNinza  Год назад

      Sorry to hear that. It's my old video. The BGM is much improved in the recent videos.

  • @Tomaks28
    @Tomaks28 Год назад

    Poor content, you should change notification icon and color in status bar

    • @BugNinza
      @BugNinza  Год назад

      Extremely sorry! I will improve the content. Thanks for the suggestion

    • @potatostories
      @potatostories Год назад +2

      not a poor content really, much helpful for so many developers

  • @anazi
    @anazi Год назад

    Do we need a backend provider if we want to send push notifications (e.g. a person like a post and there other person receives a push notification says "your post received a like") ?

    • @BugNinza
      @BugNinza  Год назад

      Firebase Cloud Messaging (FCM) itself can be used as the backend provider for sending push notifications in React Native.

    • @anazi
      @anazi Год назад

      @@BugNinza this will not work for iOS ever ha !?

  • @nextBestProgrammer
    @nextBestProgrammer Год назад

    How could I push the notification instead of using the firebase console, using a web application, like react js?

    • @BugNinza
      @BugNinza  Год назад

      Visit this: ruclips.net/video/X5kjfW1rfig/видео.html

  • @Abhay.Bhandari
    @Abhay.Bhandari Год назад

    Is it necessary to install package first and create a build? Or can we create a build and then install packages??

    • @BugNinza
      @BugNinza  Год назад +1

      Any changes in the app.json file? Build your app.

  • @ifrasaleem2041
    @ifrasaleem2041 Год назад

    I am facing issue in the installation of build file in my android device

    • @BugNinza
      @BugNinza  Год назад

      Show me your error on my social media handle. or, you can try again

    • @ifrasaleem2041
      @ifrasaleem2041 Год назад

      I send you the error on Instagram

  • @nileshnilu7902
    @nileshnilu7902 Год назад

    Thanks❤