Apollo Server v4 Integration into Firebase Cloud Functions #7772
Unanswered
TangrisJones
asked this question in
General
Replies: 2 comments
-
One caveat here is you're not |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all 👋 , just wanted to mention this solution I seem to have found on deploying an apollo server v4 on a firebase cloud function.
Seems to work for me so far but it dosent seem to be documented anywhere....? I've found related work here, but this solution seems to be an alternative to that.
The TLDR; we deploy an express server on a firebase onRequest function.
Heres the code:
Seems to work well for me in initial testing! Let me know if anyone has thoughts / opinions on it... I'm a little nervous about this solution because of the lack of documentation... Hope it helps someone though 😄
Beta Was this translation helpful? Give feedback.
All reactions