how can i retrieve document IDs in a useEffect using firebase realtime database? This works great but however i need every single document id aswell.
I want to make the number of columns, row 25 to 38, be equal to the number in cell C24. If cell C24 contains 3 then I want the total number of columns to be 3.
I'm trying to call an API on my server windows 2008 R2, but I keep getting this error : Could not create SSL/TLS secure channel I'm launching the app as a Windo
I am trying to set a default formatter for a specific workspace to Prettier and make format on save work nicely with each other. I tried this as follows: (for
I am trying to bounce a QWidget around the screen. This is the code i tried. class Window : public QMainWindow { public: void moveEvent(QMoveEvent* aEven
How can I convert a map like { "name": "my name", "date": "14 Feb 2020", "days": "15", } Into something like [ "my name", "14 Feb 2020" "15" ] Basi
I'm in the process of moving over to react-testing-library, and have no idea how to trigger this event and get the results of the changes. I've tried using th
I am using the latest version of Homestead. I also have Laravel Horizon set up. I am using Redis as the queue driver. Laravel is version 5.6 and is a fresh inst
I am seeing Gists all over the place that show a very basic example of a GraphQL query that passes a file path as a parameter and then the query returns the sta
For example I have an array arr = [1,2,3,4,5,6,7,8,9,10] and I want to add the number 12 at position 0, 5, 8 and 9. To achieve this I tried extension Array