Flutter Realtime Database Problem #4558
Unanswered
ScienceTeo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently approached the world of flutter and now I have a problem, in practice I need to write info in a Realtime Database.
I created the void function (I've done the association
final databaseReference = FirebaseDatabase.instance.reference();
before.This is the function
And this is the signIn function :
The registration and login system with firebase works fine, but the database is not written.
I also tried
but it didn't work.
This is the Realtime DB config
{ "rules": { ".read": "true", ".write": "true" } }
Any help?
Beta Was this translation helpful? Give feedback.
All reactions