I am currently using the Cloud Console to manage some of my services, and I perform all activities through the APIs provided by the console. I am using a Cloud Console service account JSON for authentication. Additionally, I am using the Google PHP Client library (https://github.com/googleapis/google-api-php-client) to access the APIs. However, I am facing some challenges with finding the appropriate APIs to upload my Apple push notification files, team ID, and key ID for Apple notification configuration on Firebase. Could you please provide me with guidance on how I can accomplish this task programmatically? Thank you for your assistance.
I am not able to upload my APNs file on firebase programmatically.