iOS Tutorial: Push Notifications with Firebase Cloud Messaging (Swift, SPM, APNs, etc.)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 58

  • @dskygn
    @dskygn 16 วันที่ผ่านมา

    You do not need to add url. It is related to google login enabled projects. Thanks for great and concise explanation.

  • @ignaciovela8065
    @ignaciovela8065 8 หลายเดือนก่อน

    This is the very best tutorial for iOS notifications on You Tube. Clear and concise. Thanks!!!

  • @salehhussain503
    @salehhussain503 ปีที่แล้ว +2

    Great tutorial! Thank you very much. You saved me days of searching!
    Note: it's Sep 2023, Push Notifications do work on simulators now.

  • @miketea610
    @miketea610 7 หลายเดือนก่อน

    Very clear and concise, Thanks for the tutorial - it helped me debug an iOS / firebase issue quickly for my app!

  • @Randor10
    @Randor10 7 หลายเดือนก่อน

    An absolutely excellent tutorial. Thanks for simplifying

  • @esradidemtanritanir
    @esradidemtanritanir 4 หลายเดือนก่อน

    YOU ARE PERFECT!! Thank you so much!! Video was clean and easy to understand!

  • @KimCarlssonRoger
    @KimCarlssonRoger หลายเดือนก่อน

    Some changes since this video was created but overall great, thanks!

  • @Сергей-ш7и3п
    @Сергей-ш7и3п ปีที่แล้ว

    Thank you, very good tutorial. One note: you don't need Background processing capability

  • @samuelribeiro7220
    @samuelribeiro7220 5 หลายเดือนก่อน

    Thank you for this valuable piece of content. Have a nice one buddy

  • @avazbekolimov5739
    @avazbekolimov5739 2 ปีที่แล้ว +3

    thank you verrryyyyyyyyy much, you saved my huge amount of time and a bunch of nerves 8)

  • @igorhello192
    @igorhello192 ปีที่แล้ว

    thanks dude. background music is awesome

  • @Kaan-qr5pv
    @Kaan-qr5pv ปีที่แล้ว

    Adding the URL Scheme to URL Types in project settings -> Info was what I was missing. Thank you.

  • @ifeanyianyoha8574
    @ifeanyianyoha8574 ปีที่แล้ว

    Best amongst the rest. Thanks for the details!

  • @niranj359
    @niranj359 2 ปีที่แล้ว +2

    Worked perfectly! Thank you!

  • @LucasHenrique-cf8kp
    @LucasHenrique-cf8kp ปีที่แล้ว

    Would it work if my app isn't approved yet? Currently I have it there to test using testFlight, is that enough or do I need to submit for approval first?

  • @thuraaung7640
    @thuraaung7640 ปีที่แล้ว

    This is exactly what I am looking for.Thank you for the great tutorial.

  • @RohitSingh-oh5tp
    @RohitSingh-oh5tp หลายเดือนก่อน

    How can i send this token to my api ?

  • @briannystrom1330
    @briannystrom1330 2 ปีที่แล้ว +4

    Thanks for the great video. The firebase docs seem to kind of miss setting up the background modes and push notifications in xcode.

  • @karolp2261
    @karolp2261 2 ปีที่แล้ว +4

    why we need add REVERDES_CLIENT_ID to URL Types ?

    • @austinvillanueva7491
      @austinvillanueva7491 ปีที่แล้ว

      I was thinking the same not sure why it is needed, he didn't explain also.

  • @galenlewis712
    @galenlewis712 10 หลายเดือนก่อน

    Thanks for the tutorial!

  • @KartikBhargava-je6vm
    @KartikBhargava-je6vm 7 หลายเดือนก่อน

    I didn't receive the reverse client id. where i will get that

  • @uzoo6000
    @uzoo6000 2 ปีที่แล้ว +1

    Great Video- I have several teams that will be needing to send notifications to Android and IOS, will they be able to use the Admin SDK to individually send notifications. I am trying to give the the ability to create their own triggers and send their own payloads without having me send the notifications from the console? Thanks

    • @software-sage
      @software-sage  2 ปีที่แล้ว +1

      Thank you 🙏
      I would use Firebase Functions to trigger an event. Sending the notification through the Firebase Console is just for testing purposes.

  • @MrRooney182
    @MrRooney182 ปีที่แล้ว

    Thank you so much, great toturial

  • @KartikBhargava-je6vm
    @KartikBhargava-je6vm 7 หลายเดือนก่อน

    I didn't get reverse client id in google service info file what should i do in that case

    • @software-sage
      @software-sage  7 หลายเดือนก่อน

      I don’t think you need it

  • @zulfikarsuwardi4015
    @zulfikarsuwardi4015 2 ปีที่แล้ว +1

    What a great tutorial, but how can i receive the data from notifications?

    • @software-sage
      @software-sage  2 ปีที่แล้ว

      You can add it in the payload

  • @LeoCRoderick
    @LeoCRoderick 10 หลายเดือนก่อน

    Thank you!

  • @leonardkiptala9734
    @leonardkiptala9734 ปีที่แล้ว

    must it be in app store for any notifications. I think here you just used a debug app

  • @amoghbantwal8179
    @amoghbantwal8179 ปีที่แล้ว

    Just a quick question, I am trying to do something similar to what your video was about, but how could I automate this so that a push notification can be sent to another person's device who is using the app. Because I saw that you were able to receive a push notification only when u created a push notification through firebase website rather than in your code. Thanks!

    • @software-sage
      @software-sage  ปีที่แล้ว

      Look into “FCM with Firebase Cloud Functions”. You can learn more about Functions here:
      firebase.google.com/docs/functions
      And here is a tutorial putting it all together:
      engineering.monstar-lab.com/en/post/2021/02/09/Use-Firebase-Cloudfunctions-To-Send-Push-Notifications/

  • @DhurandharBhatawadekar
    @DhurandharBhatawadekar ปีที่แล้ว

    *WONDERFUL* tutorial... I've tried everything as outlined but on all latest version of Firebase, Xcode and iOS14.x the fcmToken is not printed. Also - it seems there's no need to enter the reverse Google URL anymore.
    The FCM iOS messaging github has additional entitlements file that specifies aps-environment as development... which seems to match the private key created in this tutorial... Not sure where to put the entitlements file in xcode...

  • @leonardkiptala9734
    @leonardkiptala9734 ปีที่แล้ว

    What about a release application , maybe production app.that is not a DEBUG app

  • @johngalt4487
    @johngalt4487 ปีที่แล้ว

    What if I use WebView so how can I send the device ID to the server?

  • @Oliver12723
    @Oliver12723 ปีที่แล้ว

    very good, many thanks!!

  • @baralr-jay7729
    @baralr-jay7729 ปีที่แล้ว

    How about key tab? I can't find key to create a key for firebase push notification

    • @KeysAndChords
      @KeysAndChords ปีที่แล้ว

      Same here, did you find any solution?

  • @AhmdIsmail
    @AhmdIsmail ปีที่แล้ว

    Thank you so much!

  • @saurabhrajput1188
    @saurabhrajput1188 ปีที่แล้ว

    Good Video

  • @K-ti2bb
    @K-ti2bb 8 หลายเดือนก่อน

    Nice tutorial. I just hope if you remove the music next time

  • @stuartmayo2379
    @stuartmayo2379 ปีที่แล้ว

    Perfect!😎

  • @josuealexandro7209
    @josuealexandro7209 ปีที่แล้ว

    Hey, anyone know why the notification not have sound? :(

    • @soorejsbabu
      @soorejsbabu ปีที่แล้ว

      If you set up a campaign, notifications will do have sound. You can set it up like the same as for test.

  • @somalisports2661
    @somalisports2661 ปีที่แล้ว

    thanks

  • @sehrishwaheed7953
    @sehrishwaheed7953 ปีที่แล้ว

    How to send an image in notification

    • @software-sage
      @software-sage  ปีที่แล้ว

      Check the documentation or ask ChatGPT

  • @brandfisch7202
    @brandfisch7202 5 หลายเดือนก่อน