tactilenews / spacemuffin

tactilenews spacemuffin
2 stars 0 forks source link

Move SendGrid Proxy logic from GCF to nuxt #79

Closed TheAmazingPT closed 5 years ago

TheAmazingPT commented 5 years ago

https://github.com/TheAmazingPT/gcf-sendgrid-proxy

appinteractive commented 5 years ago

Here is an Module https://axios.nuxtjs.org which is used for Ajax requests that you can configure to proxy requests through the node backend.

FrauCsu commented 5 years ago

Haben wir keine Ahnung von. @tillprochaska ?

TheAmazingPT commented 5 years ago

You could also simply deploy the app on Firebase (https://firebase.google.com) and use the Firebase Cloud Functions for the proxy. This hosting offers many other features aswell, which might be useful for the project =)

tillprochaska commented 5 years ago

Ich sehe mir das noch genauer an, würde es aber bevorzugen, die Mail-API nicht separat zu deployen, sondern direkt in der Anwendung zu halten.