Using Firebase on my service deployed on Railway
ratuozzo
TRIALOP

2 years ago

I have a Go sever, where I need to connect to firebase auth, is there a way to add my json config file to my Railway environment?

1 Replies

brody
EMPLOYEE

2 years ago

Your best bet would be uploading the json file to a volume and then loading the json file off of the volume for auth.


Loading...