Push Notification In React Native Using Firebase - Android & IOS Tutorial 2023

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

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

  • @testdev-ut5ty
    @testdev-ut5ty 8 дней назад +1

    this is good one

  • @nishanbaral5124
    @nishanbaral5124 4 месяца назад +1

    Bhai, thanks for the tutorial. Yehi notification agar app clip target me implement karni ho to, kese karenge ?

  • @pilarelisii4666
    @pilarelisii4666 4 месяца назад +2

    Hi, notifications test works, but I have an error in the development build that I can't dismiss. "There was a problem loading the project" No permission handler detected. Check that you are correctly calling setup_permissions in your Podfile.

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

      I have same problem. How do you fix it

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

    Thanks, it is wokrking well !

  • @samvibes8544
    @samvibes8544 9 месяцев назад +1

    there was error while pod install, it can be solved by adding the following script in `PodFile` under `target 'AppName' do` line script -
    pod 'Firebase', :modular_headers => true
    pod 'FirebaseCoreInternal', :modular_headers => true
    pod 'GoogleUtilities', :modular_headers => true
    pod 'FirebaseCore', :modular_headers => true

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

      Actually you can `move use_frameworks! :linkage => :static` to right before `target 'App' do` without adding modular_headers

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

    Thanks! Helped a lot!!!

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

    i am facing 'FirebaseStorage/FirebaseStorage-Swift.h' file not found error

  • @tirumalreddy3693
    @tirumalreddy3693 2 месяца назад +1

    Thank you, it's working well, Can you create a video on firebase in-app messaging for react native ios and android

  • @ГеоргийСтуденикин-ч8к
    @ГеоргийСтуденикин-ч8к 8 месяцев назад +3

    what to do with "no permission handler detected" ?
you also have this error in the video

    • @Ashish-vw3qj
      @Ashish-vw3qj 7 месяцев назад

      I also faced the same issue. But further resolve it by changing some thing in node module Files.
      In node_module go to React-native persmission then IOS -> RNPermissions.m search No permission handler detected and then and comment this line "RCTLogError(@"%@", message)".
      I hope this will resolve the issue.

  • @mr.programer4918
    @mr.programer4918 11 месяцев назад +1

    Awesome Understanding thing ❤

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

    To be able to develop for IOS, the issue of notification and testing, do you need to have a paid APPLE account? Because mine doesn't work, the notification part doesn't work, I can't get the token, but on Android it works normally

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

      yes you must have an apple developer account

  • @JonasVanderReysen
    @JonasVanderReysen 8 месяцев назад +1

    "there's no apps in this project", and I can't add one cause I don't know what my package name is

  • @sreenivasreddykick4503
    @sreenivasreddykick4503 9 месяцев назад +1

    which version of node ur using

  • @TeraBaap_YT7989
    @TeraBaap_YT7989 2 месяца назад +1

    Bhai ios me setbackground handler chalraha hai apke pass app ke quit state me. Mujhe notifications aaraha hai lekin setbackgroundhandler ios app k quit state me trigger nahi horaha hai

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

    how to config in expo project sir? please show me 🙏🙏

  • @Faraz-m6f
    @Faraz-m6f 9 месяцев назад +1

    animations pr bhi video bnao, full course , from beginner to PRO.

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

    but how create sticker notification for launcher?

  • @Mik3aglin
    @Mik3aglin 9 месяцев назад +1

    Does anyone having problems with iOS?. I've tried with an emulator and it worked , but when i use my iphone i don't see the notification

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

    Hai I am using react native expo and the push notifications is working fine for 1st few minutes of login(registering token to my backend) after few minutes notification not working help me please( notification always working fine in my web application) help me struggling for a month

  • @zachkouemegni4601
    @zachkouemegni4601 4 месяца назад +1

    Allo need help please i did everything but notification never show on my device (ios) i have a paid account PLEASE HELP i'm working on a project

    • @pa30p42
      @pa30p42 3 месяца назад

      did you find a solution? stucked too. did everything as in tutorial, but not getting notifications

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

    Insane complex...

  • @keziayovita4163
    @keziayovita4163 9 месяцев назад +1

    Is it possible to combine the codes with the tutorial you give for android?

    • @CodeWithAdnan
      @CodeWithAdnan  9 месяцев назад +1

      Yes you can be use this same code for android but need to configure firebase in android

  • @kenha1213
    @kenha1213 9 месяцев назад +1

    Thanks You

  • @shashikumar-vi3sz
    @shashikumar-vi3sz 10 месяцев назад +1

    Do you know how to update the app badgecount when the app is closed in react native ios app?

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

      Thanks for asking yes you can update your badge count using Notification.Push.setBadgeCount(11);

    • @shashikumar-vi3sz
      @shashikumar-vi3sz 10 месяцев назад +1

      It will help me to solve

    • @shashikumar-vi3sz
      @shashikumar-vi3sz 10 месяцев назад +1

      @@CodeWithAdnan it used when the app is open state I was asking that when it is closed or when we kill the app

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

      @@shashikumar-vi3sz Then you should handle it on the server side and manage it using payload.

    • @shashikumar-vi3sz
      @shashikumar-vi3sz 10 месяцев назад +1

      Okay got it Thank You

  • @bhagyakrishna7528
    @bhagyakrishna7528 8 месяцев назад +1

    Will this work on a simulator?

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

      No work this in real device

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

      Hope this will work in TestFlight version@@CodeWithAdnan

  • @JayantSolanki-u7r
    @JayantSolanki-u7r 8 месяцев назад

    firebase.h file not found

  • @sangamnayak6915
    @sangamnayak6915 8 месяцев назад +1

    Bhai sirf IOS ke liye dikha rha hai to Android kyu likh rhkha hai

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

      Bro apna first part dakha kia wo Android ka hi hai

  • @xbruzdax3939
    @xbruzdax3939 11 месяцев назад +1

    Do I need a paid apple developer account for this?

  • @alieliack6494
    @alieliack6494 Месяц назад +1

    Adnan selam Turk musun?

  • @kalaineethan8633
    @kalaineethan8633 9 месяцев назад +1

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

    in Capabilty dont show me Push Notifications in xcode helppppppppp

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

      Brother it’s impossible

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

      its already enabled by default. just scroll down in signing and capabilities

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

      because somehow this guy doesn't want you to know that you need to pay Apple Development certificate before you can have that functionality enabled in your xcode unless maybe asks him first about it?

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

      that's wrong If i want this then why I creating this video.@@fpgghos