Hey there. im using Rev Firebase plugin for my project, but it keeps showing me the same error "Dout is not defined" every time I tried to create new account with authentication and write data with itemtable, but its actually registered the email into my firebase Authentication, the problem is its not write the data into my firebase realtime database.
So its created an account with the email, but not the data.
*I've set my database rules to "true" for write and read.
Please help