Chat Realtime
1.0.0
該應用程式可用於更新和更新(BETA)。 Maka dari itu jangan lupa di fork & like ya sob :)。
應用程式:
適合:
即時的:
db/chat_realtime.sql
php/config.php
<?php // 圖片目錄 $imageDir = "圖像"; // 替換為:您的資料庫帳戶 $使用者名稱 = "替換"; $密碼=“替換”; $主機=“替換”; $name = "chat_realtime";
js/config.js
// 領域 const 域 = "http://REPLACE"; // MySQL API const apis = 'api.php'; // 設定圖片目錄 const imageDir = '圖像'; // 替換為:您的 firebase 帳戶 常量配置= { apiKey: "替換", 資料庫URL:“https://REPLACE.firebaseio.com” }; firebase.initializeApp(配置); // 建立 firebase 子項 const dbRef = firebase.database().ref(); const messageRef = dbRef.child('訊息'); const userRef = dbRef.child('用戶');