6

How do you use Firebase to send push notification's using Apple's new Auth Key p8 file?

I understand how to use Apple's old p12 files to keep sending push notifications but would like to upgrade to the new Auth Key.

Here is the only other resource I could find (does not answer the question): How to use Apple's new .p8 certificate for APNs in firebase console

Community
  • 1
  • 1
Will Hua
  • 1,729
  • 2
  • 23
  • 33

1 Answers1

1

You can now upload .p8 file (APNs auth key) in your Firebase console in the same page where you upload the .p12 (APNs certificates).

enter image description here