MadhavPruthi/HR-Management-and-Geo-Attendance-System

Cloud Firestore set

stepboomz opened this issue · 12 comments

helpp

What issues you are facing?

login

You have added the google.json file in the project?

Already added, how to create an account login?

Remove the existing google-services.json file and add yours into that. Then enable email signup.

Screenshot (132)

Basically my requirement was to log in using employee id so i have attached the Unique ID of user
to user object as shown in the image.

Email has been added. Once logged in, freezes. //sorry I don’t speak English that well.

img1
img2
img3

Don't login with email id. create one "users" block in cloud firebase and add one entry as shown above in the image sent by me. Fill the same entries as above for testing

entry key will be the uid of the user you created as shown by your image 1

does this app depend entirely on firebase or there's need for backend ?

does this app depend entirely on firebase or there's need for backend ?

It only depends on firebase.

does this app depend entirely on firebase or there's need for backend ?

It only depends on firebase.

Thanks for help, i configured the nodejs server and deployed to firebase cloud functions, but don't know the db structure to create it. can you share the full db ?