[Feature Request] Get idtoken in Firebase Auth Component

hello everyone
i was thinking if kodular could add a get Idtoken methode in its default firebase auth component
image .
or
image
as you can see there is no option for idtoken.

Why we need it ?
if we set security rules in firebase database then we need to pass the idtoken to firebase to read and write the data. but currently if we set such rules we will get a permisssion denied error. and that’s because we dont have the idtoken.

I KNOW there is a firebase extension available which provide us the idtoken.
BUT the Google SignIn feature image in kodular’s firebase component is great and that feature is a important in modern apps.

i request developers @kodular to include this important feature in next update.