Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

change firebase region

//by default all functions will be deployed on US servers
//to change that for example for europe:
exports.api = functions.region('europe-west3').https.onRequest(app)
 
PREVIOUS NEXT
Tagged: #change #firebase #region
ADD COMMENT
Topic
Name
4+9 =