python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Function can't read useState parameters
I'm building an app with React Native and Firebase Realtime Database, when I start the function addItem the only parameter in the object that I get from the Database is the id, the other paramters ret...
Salvo
Votes: 0
Answers: 2
where to store currentUser
I have a simple login system and when a user logs in in I store the users data in sessionStorage as "currentUser". But I discovered that it can be edited. I use google firebase by the way.
Shambu Kumar
Votes: 0
Answers: 1
Loading Firebase childs dont works
So I made some childs in Firebase and wanted to load them as a list view in Flutter, so I made a Scaffold and this is whats inside the Body:
FutureBuilder(
future: _Ref.get(),
builder: (contex...
janini
Votes: 0
Answers: 1
Null check operator used on a null value when using a static function
I have a static void method that always returns a null check error , The same line of code works fine with other methods/ functions. I have no clue why this is happening.
The configMaps.dart (global d...
Pannam
Votes: 0
Answers: 1