PierreP
Convex Community2y ago
11 replies
Pierre

Secret files

Hello,

I would like to send push notifications from some convex action. In order to achieve it, I need to install the firebase-admin SDK on my convex environment.
I setup an action in a NodeJS environment, but according to the firebase doc (https://firebase.google.com/docs/admin/setup#initialize_the_sdk_in_non-google_environments) I need to store a GOOGLE_APPLICATION_CREDENTIALS file in my server.
I saw in the Convex doc that we can set env variables, but I don't know if there is also a way to store secret files.

Thanks in advance!
Firebase
The Admin SDK is a set of server libraries that lets you interact with Firebase from privileged environments.
Was this page helpful?