How we can use user emails in components?

Hello everyone ,
Actually i want to use user email in components , means the email by which users accessing builder should come to that Components Function . (I know user can enter email , but i want automatically ode.java)

So how we can do that ?
Thanks

You will need to create a new MockComponent implementation that prepopulates the property value (viz. MockFirebaseDB or MockCloudDB). You can access the user object by calling getUser() on the Ode instance.