讓溝通更簡單、更有趣 ✨
請選擇學生並輸入密碼 🔐
從左邊列表選擇家長
Select a parent to start
歡迎!本指南將引導您完成此應用程式的首次設定。請依照以下步驟操作:
在左側選單「建構」區塊,啟用以下兩項服務:
firebaseConfig
的程式碼區塊。index.html
檔案。<script type="module">
標籤。// --- 請將您從 Firebase 專案複製的設定貼到這裡 ---
的地方。firebaseConfig
程式碼,完整取代掉該處的範例金鑰。rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}
index.html
檔案。tpet1234
即可開始使用!