nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Fix updateName function
- Fixes #311 and closes #310: Alters
updateNamefunction so it changes the public.users table rather than the auth.users table (which was problematic for reasons laid out in the issue) - Fixes #312: Removes
--turboflag fromdevcommand in package.json, which was breaking some dependencies (UPDATE: we're keeping --turbo but updating to next@canary) - Adds support for generating SQL queries locally with Supabase AI
- Improves documentation for spinning up a local Supabase instance (because the previous documentation neglected to explain that you have to set variables in
.envor setup will fail) - Updates dependencies
- UPDATE: Fixes #297: Restores missing types for two columns in the
pricestable - UPDATE: Adds mobile-friendly responsive hamburger menu
- UPDATE: Enhances documenation
@chriscarrollsmith is attempting to deploy a commit to the Vercel Solutions Team on Vercel.
A member of the Team first needs to authorize it.
PR updated as follows:
- Next.js version bump to next@canary
- Restored
--turboflag - Fixed missing types
- Added mobile-friendly responsive hamburger menu
- Enhanced README a bit more to add more detail on auth setup and local OAuth testing
Yeah, go ahead and keep canary 😄
You're welcome! :)
On Fri, May 10, 2024, 2:51 PM Kyle Thornton @.***> wrote:
@.**** commented on this pull request.
In README.md https://github.com/vercel/nextjs-subscription-payments/pull/313#discussion_r1597256607 :
@@ -95,7 +97,7 @@ For example, you can create business models with different pricing tiers, e.g.:
- Price 1: 20 USD per month
- Price 2: 200 USD per year
-Optionally, to speed up the setup, we have added a fixtures file to bootstrap test product and pricing data in your Stripe account. The Stripe CLI
fixturescommand executes a series of API requests defined in this JSON file. Simply runstripe fixtures fixtures/stripe-fixtures.json. +Optionally, to speed up the setup, we have added a fixtures file to bootstrap test product and pricing data in your Stripe account. The Stripe CLIfixturescommand executes a series of API requests defined in this JSON file. Simply runstripe fixtures fixtures/stripe-fixtures.json. (Note the use of a numerical index in the product metadata to control display sequence in the UI).omg thank you for this note! You just helped me figure out how to sequence my products!
— Reply to this email directly, view it on GitHub https://github.com/vercel/nextjs-subscription-payments/pull/313#pullrequestreview-2050916913, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASCYPGPDDYO2M7HMW6S2CYLZBU6NNAVCNFSM6AAAAABEOTL22OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDANJQHEYTMOJRGM . You are receiving this because you were mentioned.Message ID: @.*** com>