Push Notifications Credentials not able to download

I am trying to setup Push Notifications and have that setup in the Application Credentials pages for both iOS and Android. We can download the iOS FCM keys but not the Android keys. Whenever we attempt to download we get a javascript error “saveAs is not defined”.

With the error happening on Expo’s website we cannot continue with getting push notifications setup from what we can tell. Please advise.

Hey @stephen-driscolls, you should be able to use the cli to handle the required steps for configuring a project to use push notifs. See: Push Notifications Setup - Expo Documentation

Also, FCM is only used for Android, not iOS.

Cheers,
Adam

Sorry meant to say we can download the Apple Push keys. Looks like you fixed the website now so we can download the Android FCM keys today. Thanks