Will different firestore and functions+hosting increase billing costs+latency compared they would be on same location?
I have a Firebase project where I use Firestore, functions and hosting. Default GCP resource location and Firestore location is eur3 (europe-west). Main usage of app is aimed to europe
I noticed after setting this location that docs state: If you are using HTTP functions to serve dynamic content for Firebase Hosting, you must use us-central1. And: Firebase Hosting supports Cloud Functions in us-central1 only.
Would it be more optimal to have all locations on us-central1 even thought apps main usage/target audience is in europe?