Here is my function:
exports.onEmailVerified = functions.region('southamerica-east1').https.onRequest((req, res) => {
return res.status(200).send('html link to redirect')
})
how can be that the response be an beautiful html to open to user ?
Here is my function:
exports.onEmailVerified = functions.region('southamerica-east1').https.onRequest((req, res) => {
return res.status(200).send('html link to redirect')
})
how can be that the response be an beautiful html to open to user ?