Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Firebase Realtime Database of data Read and Write it from the HTML/JavaScript в хорошем качестве

Firebase Realtime Database of data Read and Write it from the HTML/JavaScript 2 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Firebase Realtime Database of data Read and Write it from the HTML/JavaScript

We can access the data from Google Firebase's database through HTML JavaScript. Download the source code from GitHub: https://github.com/kumarmuthu/Firebas... Steps to go: The lightweight project can use this logic to validate the username and password or we can monitor the web app's stored data. Firebase: Step-1: Firebase login with google account. Create a new firebase project and web apps then continue the below steps. Step-2: Go to Build, Realtime Database. Step-3: Click, Data field to store the data in key-value format. Step-4: Click, Rules, Update the rules as per your project requirements (Less security if we set read as true). HTML/javascript: Step-5: Download the source code from Github: https://github.com/kumarmuthu/Firebas... Step-6: Edit your Google firebase web app token, firebase_validation.js lineno:7 const firebaseConfig Step-6.1 Go to project settings, and go to your web app project. Step-6.2 Click CDN, copy the firebaseConfig then replace your config to the line as mentioned in the earlier number. Step-7: Replace your google firebase DB path(I have used a nested path) with wherever seeing this path. var create_db_table = ref(db, 'ESP32_DB/' + 'ESP32_User_Login_Table/'); Step-8: Open the firebase_validation_index.html then execute the read and write operations. the end... Please contact me if you have any queries. Email:- [email protected]

Comments