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

Commits on Jan 31, 2020

  1. Work in Progress: create user

    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.)
    doub1ejack committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a7e8e55 View commit details
    Browse the repository at this point in the history