Ask Your Question
0

Where is the appropriate place to integrate Firebase Auth and Firebase Firestore user information?

asked 2022-05-06 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-03-29 20:00:00 +0000

david gravatar image

The appropriate place to integrate Firebase Auth and Firebase Firestore user information is in the backend of your application. This can be done by setting up cloud functions that listen for user authentication events and create or update user documents in Firestore with the necessary user information. Alternatively, you can integrate Auth and Firestore in your frontend application code by handling authentication events and updating user documents directly in your client-side code, but this can be less secure and less efficient.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-06 11:00:00 +0000

Seen: 10 times

Last updated: Mar 29 '22