正常に機能するホスティングのみを介してファイルをデプロイできますが、firebase関数で試してみます:
Welcome
Firebase Hosting Setup Complete
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
OPEN HOSTING DOCUMENTATION
私のindex.js
コードはここに行きます:-
const functions = require('firebase-functions');
// // Create and Deploy Your First Cloud Functions
// // https://firebase.google.com/docs/functions/write-firebase-functions
//
exports.helloWorld = functions.https.onRequest((request, response) => {
response.send("Hello from Firebase!");
});
私のプロジェクトへのリンク:-
https://influence-cbc3f.firebaseapp.com/