Adding user information into a firebase database collection. #333
Replies: 1 comment
|
You can call it using the user class, I figured it out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I logged in the user using the flutter fire ui and I want the user email and the userid to be added to a collection named users so I can update value for the collection later on at the profile screen by adding different features.
All reactions