I want to use firebase but i want that i will get realtime users on the app. But not getting how to get it as i found this is the firestore DB
i am trying to create a sidebar with drop down like this example in react js https://www.w3schools.com/howto/howto_js_dropdown_sidenav.asp i was able to design
I create a chart with TradingView library.this is option that i use to init chart : var widget = window.tvWidget = new TradingView.widget({ debug: true,
I've scoured a lot of articles and links and questions here but I really can't get my head around FFT's. I'm simply trying to convert an array of values that re
I have an Object let data = { a: 1, b: 2, c: { abc: "ak", bcd: "gh", cfv: "ht" } } the
I have an almost perfectly working implementation of ajax in-page loading for web articles (to update part of a page), that has pagination that allows you to us
I have two elements, and I want the second one to stick to the first one, so when the screen size is changing, the second element keep the same position from th
I'm having the following error in the console when I try to run my api written in node js. Can you tell me which is the problem.
I'm really annoyed I have to do `git push --set-upstream origin <my_branch>` every time for new git branch. Is there any way I can skip it? I found this
I've got a tabs container with three tabs. They have select lists and checkboxes on them which have sql queries as source. Users can select entries in the lists
I know this has been asked before but I don't understand those answer to be honest. I want to make something simple: Basically I have this: <div class="carou
I am trying to create a collaborative listening react app using spotify API. So far the app is functioning well as long as I am the logged in user. For other us
I've started to convert express project to nestjs. How should it work in Nestjs. Here is working code from Express. (Code below just redirects to steam sign-in
In a array with unlimited nested array children it is necessary to get a list of parent and children values. I need to iterate through an unde
I am a beginner in React Native so I apologize if this is a noob question. I am trying to learn using this react navigation article and this about react login e
I'm currently working with pdf files in ReactJS and modifying them in my server side. The problem is, i don't know how to pass my file data to the server side a
I'm not familiar with JavaScript. For an office project, I learned the fundamentals of Js and started working on three.js. I successfully imported a 3D GLTF mod
How to move owl carousel arrow from to I need look like :
Okay, to start with I should mention this is a very small personal project, and I've only have a handful of coding classes several years ago now. I can figure o
I am pulling data from an API and appending it to TextFields where it is displayed. I need to be able to edit the data displayed in TextFields, but I a get thi