I am making an app in which I want that the user should sign up with His/Her Google account I did some research, I was able to do the sign in with google through the Google sign up component but my doubt is how can I get the name of the google account
and is there any limit to use Google sign up component
@Yashsehgal022 Here is information about the limits:- Firebase Authentication Limits
and You can get all information
from this block and profile picture can be loaded using image component !!
I don’t think it is complicated. It is very simple if you followed the steps correctly. If you want the users name then you can acquire it by asking user to fill out his/her name. Add a textbox component and ask them to fill.
Otherwise you have to follow the steps given on the guide above. Someone will always be here to help you out whenever you stuck.
So try first.
Are you using this component then you will be happy to know that this is not a firebase block and this is picking account from device without any charges or limit
May i know your actuall expectation ? Because plenty of users suggested you to how to pick the email address while they sign up.
Still what you are looking? Serious i curious about it. After picking email address you can take their user names alone just by using the Regex method or by using replace blocks