-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QR Generation & Storage: Supabase Edge Function [OCF-18] (#10)
* Basic supabase queries to add and remove trees * Complete testing of query functions, change uuid handling of multiple trees * Add tree info queries & setters for all properties * Wrote QR generation edge function --------- Co-authored-by: Aditya Pawar <[email protected]> Co-authored-by: Aditya Pawar <[email protected]> Co-authored-by: Chris Torres <[email protected]> Co-authored-by: Chris Torres <[email protected]>
- Loading branch information
1 parent
fbff3e7
commit 9d73ed5
Showing
11 changed files
with
1,534 additions
and
1,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,8 @@ yarn-error.* | |
|
||
# typescript | ||
*.tsbuildinfo | ||
|
||
# Supabase | ||
src/supabase/.branches | ||
src/supabase/.temp | ||
src/supabase/.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.