🧠 翻翻樂記憶遊戲

翻牌次數
0
配對成功
0
遊戲時間
00:00
檢查連接狀態中...
Firebase 設定說明

如何設定 Firebase:

  1. 前往 Firebase Console
  2. 建立新專案或選擇現有專案
  3. 啟用 Firestore Database
  4. 重要:設定 Firestore 安全規則
    在 Firestore 規則頁面中,將規則改為:
    rules_version = '2';
    service cloud.firestore {
      match /databases/{database}/documents {
        match /{document=**} {
          allow read, write: if true;
        }
      }
    }
  5. 在專案設定中找到你的配置資訊
  6. 將配置資訊替換到程式碼中的 firebaseConfig

目前狀態:未連接

🎉 恭喜完成!

🏆 排行榜