Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work in Progress: create user #183

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

doub1ejack
Copy link
Member

This is a stand-alone function that will successfully create a new
user account for the email address supplied in a POST body. You can
give it a try and see it working by using the firebase emulators
(see https://firebase.google.com/docs/rules/emulator-setup) and using
the cUrl sample in the function comments.

This functionality needs to be incorporated into another function that
has access to the parsed csv data so that users are created with the
right data.

(Creating a user probably won't be a stand-alone endpoint, unless there
is a compelling reason to do so. I just used a new function for testing.)

This is a stand-alone function that will successfully create a new
user account for the email address supplied in a POST body. You can
give it a try and see it working by using the firebase emulators
(see https://firebase.google.com/docs/rules/emulator-setup) and using
the cUrl sample in the function comments.

This functionality needs to be incorporated into another function that
has access to the parsed csv data so that users are created with the
right data.

(Creating a user probably won't be a stand-alone endpoint, unless there
is a compelling reason to do so. I just used a new function for testing.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant