Skip to main content

Posts

JavaScript Firebase Tutorial - How to Read and Write Data

Firebase is a powerful platform for building web and mobile applications. It provides a real-time database, cloud storage, and authentication services, among other features. In this tutorial, we will learn how to read and write data to a Firebase database using JavaScript. Before we begin, you'll need to create a Firebase project and set up your app to use the Firebase JavaScript SDK. You can do this by visiting the Firebase website and following the instructions. Writing Data to Firebase To write data to Firebase, we can use the set() method. This method takes two arguments: the path to the location in the database where you want to write the data, and the data itself. For example, to write a new user to the "users" collection, you can use the following code: javascript firebase. database (). ref ( "users/" ). push ({ name : "John" , age : 30 }); Note that in this example, we are using the push() method instead of set() . This is because the pu...

Do you know how to watch the BBC documentary on Modi?

For indian users: Go to the google play store and download the proxy app "Secure VPN" and install it, after that choose the proxy server as "United Kingdom" open the BBC website and search for Modi.  App Link :  https://play.google.com/store/apps/details?id=com.fast.free.unblock.secure.vpn&hl=en_IN&gl=US&pli=1 you will get two episodes on him and you can watch them after login or signup which is free of cost. Series Link:- https://www.bbc.co.uk/iplayer/episode/p0dkb144/india-the-modi-question-series-1-episode-1 To watch a BBC documentary on Modi, you can do the following: Go to the BBC iPlayer website (bbc.co.uk/iplayer) Search for "Modi" in the search bar on the top right corner of the page Scroll through the results and look for a documentary that specifically covers Modi. It's possible that the BBC aired a documentary on Modi, but it might not be available on the iPlayer anymore. If this is the case, you can try searching for it on other...

ChatGPT Example to reduce number of extra javascript codes

Detect Code Quality and Code Security issues in VS Code with SonarLint

Extracting information from objects | Javascript Challenger #15

Replace empty strings in object with null values | Javascript Challenger

How to get battery status of user system in javascript - Battery Management

How to store data of radio box, checkbox, select box , text area into localstorage

Leetcode Problem #1 Two Sum In javascript

Remove a property from an object | Javascript Challenger #11