Firebase Real Time Web Admin App
1.0.0
ตรวจสอบแอปที่เผยแพร่ได้ที่: https://programandoconro.github.io/Firebase-Real-Time-Web-Admin-App/
Usuario: [email protected]
Clave: 123456
แผงการดูแลระบบเพื่อเขียน อ่าน และลบข้อมูลแบบเรียลไทม์จาก Firebase โดยใช้ React JS
แผงการดูแลระบบนี้เป็นส่วนหนึ่งของโครงการ React-Native
สำหรับ Android ที่: https://github.com/programandoconro/React-Native-Firebase-Restaurant-Reservation-App
git clone https://github.com/programandoconro/Firebase-Real-Time-Web-Admin-App
cd Firebase-Real-Time-Web-Admin-App
firebaseService.js
ซึ่งอยู่ที่ src/store/firebaseService.js
var firebaseConfig = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: ""
};
เปลี่ยนกฎความปลอดภัยของฐานข้อมูลเรียลไทม์เป็น:
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}
เปิดใช้งานตัวเลือกอีเมล/รหัสผ่านในการตรวจสอบสิทธิ์ของโครงการที่สร้างขึ้น ท้ายที่สุดให้สร้างชื่อผู้ใช้และรหัสผ่าน
ทีละขั้นตอน: https://dzone.com/articles/how-to-integrate-react-application-using-firebase-1
npm install
npm start
Firebase