issues
search
daccotta-org
/
daccotta
A social network for movies.
https://app.daccotta.com
MIT License
84
stars
42
forks
source link
Add user entry in backend server (e.g., a database) when user signs up using Google
#234
Closed
mehul-m-prajapati
closed
1 month ago
mehul-m-prajapati
commented
1 month ago
After the user signs in successfully with Google, retrieve the user information from Firebase (like their UID and email).
Make a request to your backend server to create a new user entry using this information.
sid0000007
commented
1 month ago
@mehul-m-prajapati go ahead.