Firebase Authentication together with Realtime Database

Hi all,

Recently I’m testing an app that allow to register their account, with their email and password.
The approach I’m testing is by using Firebase Authentication and can of course can work nicely.
Meanwhile I also wanted their email when registering also to be written into Firebase Realtime Database.
But when I tried to use Firebase Get Value block together with Firebase Authentication, the Firebase Database will return null error while email address can be registered successfully into Authentication.
So I wana know how I can let the email write into Realtime Database when user register with Authentication ya?
My blocks are as below. Thank you very much.


image

1 Like