IamKingWaiMark / FBP

Firebase Plugin for Unreal Engine
2 stars 0 forks source link

Unable to read "RealTimeDatabase". #10

Open masawo519 opened 9 months ago

masawo519 commented 9 months ago

Hello, thank you for creating such a great plugin. Thanks to you, the work goes very smoothly.

I have a question, I am using this plug-in in UE5.3, and as shown in this image, I tried building a node to input data to RealTimeDataBase with a Blueprint, referring to the tutorial video. firebase1

An error occurred as shown in the second image. firebase2

I think the content means that RealTimeDataBase has not been created, but of course I have created RealTimeDataBase in my FireBase project.

Therefore, I'm confused as to why it doesn't read.

By the way, as shown in the third image, the level blueprint Connect to FIrebase nodes are connected, I was able to add an email address and password using "Authentication" by following the tutorial video. firebase3

Only the real-time database doesn't work, so is there any way to deal with it?