Misc docs#192
Merged
DreamingInBinary merged 7 commits intomainfrom May 7, 2026
Merged
Conversation
Add a new ClickHouse query guide (content/docs/dashboard/guides/query-clickhouse.mdx) describing the organization-level ClickHouse query API, authentication, examples, available tables, limits, and troubleshooting. Update the access controls doc to mention ClickHouse analytics data in API key scopes and link to the new guide, and add the guide to dashboard/meta.json navigation.
Update the RevenueCat + Superwall example to correctly fetch products and handle Google Play subscription offers. Import PRODUCT_CATEGORY and query both SUBSCRIPTION and NON_SUBSCRIPTION products, then resolve the correct product (including Android productId:basePlanId variants). For Android subscriptions, construct the option id from basePlanId and offerId, find the matching subscription option and call Purchases.purchaseSubscriptionOption(option); otherwise fall back to Purchases.purchaseStoreProduct(product). Add a note explaining why purchaseSubscriptionOption should be used to select a specific Google Play offer.
Add a new web-checkout Adaptive Pricing doc and wire it into the site navigation. Created content/docs/web-checkout/web-checkout-adaptive-pricing.mdx describing how Stripe Adaptive Pricing works, how to enable it, testing instructions (location-formatted test emails), reporting notes, and troubleshooting. Also updated meta.json to include the new page and added brief references to Adaptive Pricing in the Stripe configuration, campaigns, App2Web/direct checkout, and testing purchases docs so readers know where to enable and test localized checkout pricing.
Add documentation and examples for handling abandoned transactions: link drawer open state to state.didAbandonTransaction in the drawer component docs; expand variables docs with products.abandoned/products.purchased and a State tab that exposes didAbandonTransaction and didCompleteTransaction and testing tips; rewrite and greatly expand the Abandoned Transaction Paywalls guide with two approaches (separate paywall placement vs in-paywall drawer), step-by-step drawer setup, personalization examples, and testing notes. These changes clarify how to present recovery offers when users cancel the store purchase sheet and how to reference the abandoned product in paywall copy.
Add documentation and images explaining how to register a Superwall web paywall domain in Stripe so Apple Pay can appear in Stripe Checkout. This includes three new screenshots and a detailed "Apple Pay domain setup" section in the Stripe configuration guide, plus an update to the direct Stripe checkout guide to mention adding the Superwall domain (and note to repeat for test/live modes).
Update web checkout docs to explain that Superwall emails can be rejected for Apple private relay (Hide My Email) addresses unless `superwall.app` or the app-specific Superwall sender is registered as an authorized email source. Reword the FAQ heading, add step-by-step setup instructions and a link to Apple's docs, insert an illustrative image, and add a warning to the managing-memberships page. Also add the corresponding image asset (sign-in-with-apple-email-sources.png).
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 01ec070 | Commit Preview URL Branch Preview URL |
May 07 2026, 01:45 PM |
Reword the FAQ heading to explicitly say "Do customers who use Sign in with Apple Hide My Email receive web checkout emails?" for clarity, and update the internal anchor link in the managing-memberships doc to match the new heading. This ensures links remain correct and improves readability for users.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.