Closed bejisan closed 4 years ago
Hi @bejisan, userID can be generated automatically after they log in by putting a documentId field. Is it what you are looking for?
https://firebase-wordpress-docs.readthedocs.io/en/latest/database/save-data-realtime-firestore.html
Yes It does work I get the right User's info rewritten, I lose some in the process, but it works.
However it works with firebaseweb-ui getCurrentUserId.
Would it be possible to display a userId (pushId) so that I can display a User fields.
Also how can I have a form that changes users fields in the realtime database keeping the same userId and not creating a new pushId for the form.
I guess it comes to being able to make any form tape into a specific pushId so that people can modify its values