-
Xano Tutorials
It's our goal to educate the community on Xano and backend concepts such as APIs, databases, and much more. We have many video tutorials on our YouTube channel so please subscribe! We'll be posting notable new ones here as well. Please write a post if there's any tutorials you'd like to see.
-
ncScale: Enhanced Monitoring, Observability, and more!
Check out the latest integration with ncScale, now available on the Connect page in your Xano workspace.
-
Amazon S3 Cloud Storage Functions
Amazon S3 Cloud Storage Functions are now live for our paid plans! Easily interact and manage your S3 Storage buckets from inside your Xano function stack.
-
Stream 🚀
Stream is a new return type of Query All Records that is used exclusively with For Each Loops. Stream retrieves database records in a memory-friendly way to be used in your For Each Loop. This new feature is especially useful when using large datasets that would normally require recursive function stacks.
-
WeWeb + Xano Full Tutorial 🚀
Check out this detailed tutorial where we take you through getting set up in both Xano and WeWeb, setting up authentication, building a to-do list, sending data from a WeWeb to Xano, and editing data!
-
📽️ Tutorial - Migrate/Sync Your Bubble Database to Xano - Part 1 🚀
Hey Xano/Bubble enthusiasts! 👋 We've just released the first part on how to migrate and sync your Bubble database to Xano via Bubbles Data API! In this video, we cover: Connecting to the Bubble Data API 🌐 Setting up your Xano database table 📝 Adding records to your database 📥️ Error Handling during the syncing process 🚩 ➡️…
-
☁️ Google Cloud Storage Functions
Have you seen our brand-new Cloud Storage Functions? The initial launch includes a set of functions that allow you to interact with and manage your Google Cloud Storage buckets directly from the Function Stack. Why is this so cool? You're able to easily leverage a powerful Cloud Storage solution for all your file needs.…
-
Stripe Checkout - Part 2: Webhook & Linking Users to Sessions
Stripe Checkout Part 2 covers how to set up the a Webhook in Stripe so you can optionally record session data in Xano. And also covers some modifications you can make to the extension if you'd like to link your Xano users to the Checkout sessions they may be creating.
-
Connect to FlutterFlow: Passwordless Auth via Magic Link 🪄
Check out how to create a Passwordless authentication method in FlutterFlow leveraging Xano's Magic Link with Sendgrid pre-built extension
-
Google OAuth (Google Sign-In) with FlutterFlow
Hey all! New How To Connect with FlutterFlow video. This time it highlights how to implement Google OAuth using Xano's extension.
-
Sending Typeform responses to Xano
In this video, we'll show you how to install the new Typeform snippet, which auto-generates the table you need to hold your Typeform responses and also contains a template endpoint you can use to parse incoming responses to that newly generated table!
-
🔐 Authentication with FlutterFlow
Hi all! Another FlutterFlow + Xano tutorial incoming! This time check out how to set up user authentication with Xano's native authentication engine. You'll see how to set up log-in, restrict user access to data that only belongs to them, and implement a log-out feature,.
-
Connect to FlutterFlow: List and Single-Item View
New How to Connect video showing you how to create a fundamental list view and single-item view in FlutterFlow using Xano.
-
NEW Conditional Set Filters
We added 4 new conditional set filters: - first_notempty - first_notnulll - set_ifnotempty - set_ifnotnull These will come especially in handy if you are updating records or objects but you only wish to update a field if the input is not empty or not null. Check out the tutorial to see how you can use them.
-
Tutorial: Chat GPT with Xano + Adalo front end
Hi guys, I've made a lot of Adalo videos on my channel before but this is the first with a strong Xano emphasis. It gives you a good outline of how you use the ChatGPT API from Xano. Hope this is useful!
-
Xano removing '+' in an api call - Sending SMS with Twillo
Hey guys, Not sure if I am missing something obvious but I keep getting this error message when trying to use the twillo sms integration. This is a fake number but it has the same error when I test with a real verified one. It seems to be sending the number without the ‘+’ in front which defines the area code even though…
-
Becoming a No-coder by Steve Stava
Friend and power user of Xano, , teaches you how to become a No-Code developer. His first video series combines Xano as a backend with AppGyver as a front-end. His second series combines Xano as a backend powering a Webflow front-end. Steve's videos also feature Xano tips and tricks and other front-end tools to use with…
-
No–Code Powered Web Components: Connect Xano with Softr.io
Hi guys, have been working on a passion project in the backround the last couple months, introducing Custom Blocks… a library of No-Code powered Web Components for use with Softr apps! The web app is itself built with Softr (https://customblocks.softr.app 8)… current web components include a Saved List Web Component which…
-
Magic Link with Bubble front-end 🔮
We launched our Magic Link extension just a few days ago! Check out how you can implement it in your Bubble front-end to offer your users a passwordless authentication method:
-
How to read stream type
how to read stream type using lambda?
-
Formatting Timestamps
With Xano, you can combine a variety of different characters to format a timestamp into any human-readable format you want.
-
Apple Sign-In 🍎🔐
Add Apple Sign-In to your Xano project using Apple's REST API! We launched a Snippet so you can add this functionality to your workspace in just a few clicks. Apple requires apps in the App Store to have an Apple Sign-In method if other social sign-ins are an option. There's a lot to unpack when it comes to Apple Sign-In…
-
Auto-Incrementing ID for an Object List
-
Security Functions & Filters
-
Part 2: Single Details View and Logout in Bubble
A follow up to part 1, taking the list view to a single detail view and implementing a basic logout feature.
-
Google OAuth with Bubble front-end
New tutorial on how to use Google OAuth with a Bubble front-end. This is a good tutorial to watch in general for Google OAuth - even if you do not use a Bubble front-end because the same concepts still apply.
-
Webhooks 🔌
Learn how to set up a Webhook using Xano so that you can trigger actions from other services.
-
Text Substitution
Check out how to use some different filters to accomplish text substitution in Xano!
-
User Authentication and Separating Data in Bubble
Shout out to Felix for this new and efficient way of storing auth tokens in Bubble! Here's how you can do it and also display data unique to the logged-in user.
-
Using the M3O Places API with Xano
Hey y'all! This is a great option for pulling some local business information into Xano. In this video, I'll show you how to get this data using an input, so you could get the location data from a user, and then store that data for future manipulation. Hope it helps!
-
Pagination in Bravo Studio
From office hours earlier today: Getting pagination to work with Xano+Bravo Studio