Error:Unknown email when using firebase

Hi, im newbie here, my problem is when I try to deploy firebase, the error Unknown email.I set everything correctly follow firebase instruction.

Hi, I guess you are using my node:

It is currently necessary to disable Protection against email enumeration in "Users Action" in "Parameters".

Sorry, it's in French, disable the option framed in red:

Protection against email enumeration in "Users Action" in "Parameters".

Where I find "Parameters" in my google account?

To use the Node-RED nodes to communicate with Google Firebase Realtime Databases, you need to temporarily turn off the "Protection against email enumeration" feature in the "Users Action" section of the Firebase settings. This step is necessary for the nodes to work properly.

1 Like

See the screenshot in my previous comment

Thank you very much.Problem settled.

Now how I want to transfer my data from node red to firebase?Actually i'm doing project from Arduino Ide to Node-red(Dashboard).

Please read the Wiki - that's what it's for

Hi ,
Everything looks ok when I follow your instructions. But when I try to connect to flow node red(my own project) different sensors but same values of result. I don't know where my mistake is. Hopefully I can get technical help from you. Thank you.

Of course but without more details it's hard to help you.

Describe what you are trying to do, what is not working and give as much data as possible like errors, your flow...

Dear Sir,

Actually my project uses 5 sensors(Temp, Pressure, Vibration, Flow and TDS sensors) connected to Arduino IDE and to OrangePi.Data from Arduino to OrangePi using Node-red program.This part no problem and can deploy very well.Dashboard from Node-red also can display ok. My problem is data from Node-red to Firebase. I cannot see the desired output as before in Firebase but reading from the sensors all the same. In Firebase all the sensors are there and no errors are given. I hope you understand or I will send a video. Thank you in advance.

Need more informations about your flow to understand your problem.

Attach below my node red flow and Firebase.

(attachments)


I see that your database contains three properties and you are using a node in Push mode. Without knowing what you want to write to the database, I can't guess what the chart node (between function 1 and PUSH) returns. Please be more specific about what you want to do.

Note that the push method is an array into which each call pushes data.

Hi Sir/Mdm,

Now I see my data in Firebase as per the picture attached. My aim using firebase is to store and do machine learning. As I mentioned earlier, I'm zero knowledge in programmer, I just follow the youtube try an error. Hopefully you can guide me. Thank you

(attachments)


Sorry but you are not listening to me. I can't guess what you want to do.

You say you see your data in RTDB, what help should I give you now?

I have never done ML. Should the data be stored over time?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.