Understanding Firebase Cloud Messaging on iOS - Firecasts

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Read the Firebase Cloud Messaging, on iOS documentation: goo.gl/0dBp4n
    So maybe you know by now that Firebase Cloud Messaging can route messages through APNs to talk to your iOS devices. But do you know how it does this? Find out how, along with a brief discussion about FCM method swizzling, and why you might want to talk to the FCM service directly, in this episode of Firecasts.
    Add the Firecasts playlist! goo.gl/n2XqG1
    Subscribe to the brand new Firebase Channel: goo.gl/9giPHG

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

  • @F34R303
    @F34R303 5 лет назад +19

    Update your documentation

  • @gregcounts4021
    @gregcounts4021 4 года назад +3

    I'm in FCM APN hell. I've checked and rechecked everything so many times. The Android piece was easy but this interface is a real pita. I wish there was a way to trap the communication breakdown, it would be much easier to debug.

  • @sumitshah9376
    @sumitshah9376 2 года назад +1

    Wow.. Thanks ! for sharing...

    • @Firebase
      @Firebase  2 года назад

      We're grateful to have users like you! To make sure you have everything you need, we've also placed a link below for more on Firebase Cloud Messaging 😊
      More on Firebase Cloud Messaging → goo.gle/3Dn4qLP

  • @LeTrongTan26011993
    @LeTrongTan26011993 3 года назад +3

    1:46 Two things needed to send a notification request through FCM
    3:11 The work our device had to do
    5:29 A section in Firebase documents: explicitly connect to FCM to receive notifications directly through FCM service
    5:45 There are some restrictions when not use APNs

  • @himabinduchowdary5016
    @himabinduchowdary5016 3 года назад +3

    This was a wonderful explaination! Thanks !

    • @Firebase
      @Firebase  3 года назад

      Glad you enjoyed it!

  • @xyzoooo401
    @xyzoooo401 3 года назад +2

    thanks for the very precise video, gcm/fcm and push messages on iOS make so much more sense sense now.

    • @Firebase
      @Firebase  3 года назад +1

      Glad it was helpful!

  • @marcusgallegos8384
    @marcusgallegos8384 4 года назад +1

    Did not find this helpful :/

  • @ethansdad3d
    @ethansdad3d 4 года назад +1

    What about sandbox vs production tokens? Is that handled automatically?

  • @ДмитроЯковлєв-ч6ф
    @ДмитроЯковлєв-ч6ф 3 года назад

    How to set several likes ? Because one like is too poor(

  • @jamesjarrett1596
    @jamesjarrett1596 7 лет назад +2

    I've been following the documentation but I keep getting an error that says my AppDelegate does not conform tot he FIRMessagingDelegate

    • @jordancech9918
      @jordancech9918 6 лет назад

      Sounds like you're missing a method that is required by the FIRMessagingDelegate Protocol

    • @HanisaMohamed
      @HanisaMohamed 5 лет назад

      pod install the firebase messaging cocoapod and it should work. I had the same error

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

    Is it possible to message iOS Safari users with this method using a JavaScript web app?

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

      I see it is not possible because iOS Safari doesn't yet support push notifications, what should i do?

  • @srstudios6374
    @srstudios6374 7 лет назад +1

    any updates on the "mutable-content" issue?

  • @gregcounts4021
    @gregcounts4021 4 года назад

    Based on this explanation if I'm able to retrieve the FCM token on an iPhone then the APN certificate I downloaded to the Firebase console must be valid, right?

  • @1002CK
    @1002CK 5 лет назад

    Any chance Tod can touch and explain use case for both separate topic, 1) cloud function, 2) security rule #AskFirebase

  • @computerminds5967
    @computerminds5967 3 года назад

    Good over view. what about specifics on exactly what certificates go where.

  • @ar1467
    @ar1467 4 года назад

    Same APNs for 2 different FCM and Apps, Can it?

  • @dhavalnena7386
    @dhavalnena7386 3 года назад

    How easily you explain everything!! Hats off!

  • @default2live241
    @default2live241 6 лет назад

    What is the point of connecting through FCM? Why can't I just connect my server straight to APNS servers when sending push notifications?

  • @amanchoudhary4405
    @amanchoudhary4405 3 года назад

    Do I need to send APNs token to Firebase??

  • @ing3888
    @ing3888 7 лет назад

    Nice, video as always. Are you guys thinking about maybe making a video covering Ionic 2?

  • @mohanr7574
    @mohanr7574 6 лет назад

    your accent very good, thanks.

  • @rammalvarez2664
    @rammalvarez2664 4 года назад

    Super useful, thank you!

  • @anthonywarner1518
    @anthonywarner1518 7 лет назад

    How does the FCM token get to the server?

  • @leaf_from_tree
    @leaf_from_tree 4 года назад

    thanks 👍

  • @dhavalnena7386
    @dhavalnena7386 4 года назад

    You explained everything so nicely! Thank you