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

docs[minor]: Swap gtag for supabase #18937

Merged
merged 9 commits into from
Mar 11, 2024
Merged

Conversation

bracesproul
Copy link
Contributor

@bracesproul bracesproul commented Mar 11, 2024

Added deps:

  • @supabase/supabase-js - for sending inserts
  • supabase - dev dep, for generating types via cli
  • dotenv for loading env vars

Added script:

  • yarn gen - will auto generate the database schema types using the supabase CLI. Not necessary for development, but is useful. Requires authing with the supabase CLI (will error out w/ instructions if you're not authed).

Added functionality:

  • pulls users IP address (using a free endpoint: https://api.ipify.org so we can filter out abuse down the line)

TODO:

  • add env vars to vercel

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 11, 2024
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 8:58pm

@dosubot dosubot bot added 🔌: supabase Primarily related to Supabase integrations 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Mar 11, 2024
@bracesproul bracesproul merged commit 4ff6aa5 into master Mar 11, 2024
11 checks passed
@bracesproul bracesproul deleted the brace/swap-gtag-supabase branch March 11, 2024 21:23
bechbd pushed a commit to bechbd/langchain that referenced this pull request Mar 29, 2024
Added deps:
- `@supabase/supabase-js` - for sending inserts
- `supabase` - dev dep, for generating types via cli
- `dotenv` for loading env vars

Added script:
- `yarn gen` - will auto generate the database schema types using the
supabase CLI. Not necessary for development, but is useful. Requires
authing with the supabase CLI (will error out w/ instructions if you're
not authed).

Added functionality:
- pulls users IP address (using a free endpoint: `https://api.ipify.org`
so we can filter out abuse down the line)

TODO:
- [x] add env vars to vercel
gkorland pushed a commit to FalkorDB/langchain that referenced this pull request Mar 30, 2024
Added deps:
- `@supabase/supabase-js` - for sending inserts
- `supabase` - dev dep, for generating types via cli
- `dotenv` for loading env vars

Added script:
- `yarn gen` - will auto generate the database schema types using the
supabase CLI. Not necessary for development, but is useful. Requires
authing with the supabase CLI (will error out w/ instructions if you're
not authed).

Added functionality:
- pulls users IP address (using a free endpoint: `https://api.ipify.org`
so we can filter out abuse down the line)

TODO:
- [x] add env vars to vercel
hinthornw pushed a commit that referenced this pull request Apr 26, 2024
Added deps:
- `@supabase/supabase-js` - for sending inserts
- `supabase` - dev dep, for generating types via cli
- `dotenv` for loading env vars

Added script:
- `yarn gen` - will auto generate the database schema types using the
supabase CLI. Not necessary for development, but is useful. Requires
authing with the supabase CLI (will error out w/ instructions if you're
not authed).

Added functionality:
- pulls users IP address (using a free endpoint: `https://api.ipify.org`
so we can filter out abuse down the line)

TODO:
- [x] add env vars to vercel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder size:L This PR changes 100-499 lines, ignoring generated files. 🔌: supabase Primarily related to Supabase integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant