-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] - Is it possible to deploy this on firebase? #199
Comments
@dinbtechit Did you deploy it on firebase? |
@yashwanth2714 - nope I couldn't figure out. |
@dinbtechit Thanks for your reply! I am using an AWS EC2 instance to deploy the server. |
Nice!! are you using docker? Or directly running the app? |
I am not using docker. I am running the app directly. The issue I am encountering is the inability to add HTTPS support. Only HTTP URLs are functional. I have attempted to point the DNS records to the ALB domain by attaching an HTTPS listener with the ACM certificate, but it is not working. |
You could use a nginx to proxy the requests through, and that way you can apply SSL on your nginx using lets-encrypt or something. |
FIrebase now supports nodejs apps. Is it possible to deploy localtunnel server on firebase?
The text was updated successfully, but these errors were encountered: