Closed NathanWEdwards closed 8 months ago
This pull request proposes the following changes:
package-lock.json
.gitignore
package.json
src/utils/setup.cjs
src/api/firebase.ts
id
src/utils/utils.ts:blobToArrayBuffer()
src/api/firebase-donations.ts:addDonation()
This pull request proposes the following changes:
package-lock.json
from the.gitignore
file.package.json
,src/utils/setup.cjs
, andsrc/api/firebase.ts
to handle the passing of command line arguments more appropriately.id
field within the Donation model.src/utils/utils.ts:blobToArrayBuffer()
utility method.src/api/firebase-donations.ts:addDonation()
method.