Tested data w/ Postman - was able to obtain all members and was able to index by UID.
Related Issue
4 and some of #6 - API calls still have not been written, but FireBase has been tested for reading data. Posting and Patching have yet to be tested but since write permissions are enacted, it should work. It's mostly indexing that needs to be checked.
Motivation and Context
The creation of this data will allow for API calls to be tested and components to be tested.
How Can This Be Tested?
Pull PR branch
Ensure sample data is in utils
Make PostMan requests to the FireBase database to ensure that data is being returned.
Screenshots (if appropriate):
N / A
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Related Issue
4 and some of #6 - API calls still have not been written, but FireBase has been tested for reading data. Posting and Patching have yet to be tested but since write permissions are enacted, it should work. It's mostly indexing that needs to be checked.
Motivation and Context
The creation of this data will allow for API calls to be tested and components to be tested.
How Can This Be Tested?
Screenshots (if appropriate):
N / A
Types of changes