-
web3 integragion
Hello i would like to integrate my backendless website with moralis a platform that integrates a website with the web3 (blockchain) you will find in the link the moralis sdk and the moralis authentication with a blockchain wallet https://v1docs.moralis.io/moralis-dapp/connect-the-sdk/connect-with-js#3.-add-authentication
-
Save token to current user
Hello, I often save my Xano token in local storage. But it has less performance. I've seen everywhere that it's better to save the token in the current user, but that doesn't work for me. Do I need to do something with the privacy rules so that I can save the token in the current user without the user being logged in from…
-
One signal problems
Hi, I'm experiencing some troubles with my One-signal requests. I'm just trying to send some notification request to Onesignal from my Xano endpoint (attaching snippet below) and I succesfully connect with the server but I just keep getting this response: result: errors: [ All included players are not subscribed] }, THE…
-
SAAS CRM for nocode solutions
Hi fellows What SAAS CRMs do you use with your no-code solutions? I want to reduce development time and use ready-made CRM with integration with Xano. I understand that this breaks the logic of no-code development, but now time and reliability are more important. Essential criteria: triggers, user support via email and…
-
Moved: Retrieving video / audio back into Bubble
This discussion has been moved.
-
JWT token issue
i am using third party microservice rest api that api use only jwt token for auth. how can i access that api in xano because xano not support jwt token. how can i create jwt token in xano??
-
Bubble + Storing token in User field
When using Bubble with Xano, I’ve see two recommended approaches to storing the token: (1) in the URL or (2) using a third party local storage plugin. Instead of either approach, I’m storing the token using Bubble’s native User feature which seems to store data in a cookie when a “user” is not logged in. So I simply have a…
-
External API request with client certificate authentication support?
Hi, I need to connect to an external API that uses a client certificate for authentication. Is this supported in Xano?
-
How to send notification to specific phone
I have built an app using Thunkable and Xano and need to know how to send a notification to a specific phone whether or not my app is currently running. Looking at OneSignal it does not recommend using an API to send push notifications to mobile devices and instead steers people towards an SDK. As a no-code developer, I…
-
Connect Center Bubble Integration
Hello @Michael Udinski and @Sean Montgomery. How soon will the Bubble integration be available inside the Connect center? This is a very massive push forward so congrats there, would very much like to integrate it into the workflow.
-
Sengrid Magic Link Integration + Deep Links
Hey Xano, I'm asking Sendgrid this question as well. Referencing this process: https://www.youtube.com/watch?v=oya-BvMZyqU When using a deep link/universal link (i.e. expo://), the link does not populate in the Sendgrid email. It seems to only recognize web URLs. In other words, if the link I add to Xano's Sendgrid…
-
My "How To Connect Bubble And Xano (Professionally)" Guide - Part 2
Hi all! I just finished recording the videos of the second part of my guide of how to connect Bubble and Xano. In it I review different authentication methods you can use for different use cases, to be more specific I cover 3 scenarios: No user authentication is required but you still want to protect your Endpoints.…
-
My "How To Connect Bubble And Xano (Professionally)" Guide - Part 1
Hi everyone! I started working on a guide to teach beginners, intermediate and even advanced devs to connect Xano to Bubble professionally. The reason I wanted to do this is because I have noticed that there are a lot of devs having troubles managing app versions, authentication, among other topics. At the same time I…
-
Xano-Bubble Google Authentification
Hello, I have a problem with the authentication of Xano with Bubble. I have the code and uri but I can't validate the initialization. Everything seems to be correct, is there an update since the release of the explanatory video on YouTube? Only google init work 🙃 [Screenshot 2022-09-21 121539.png][Screenshot 2022-09-21…
-
Bravo studio pagination
So I've kind of made the pagination work with bravo studio and xano. The only problem is that I'm only seeing the first page in Bravo vision. The problem could be that I have "page" as key and "1" as value in query parameters. I tried to solve this by also adding page 2. Creating "page=1&page=2" in the end of my endpoint.…
-
How to do User Authentication with Bubble.io + Xano Backend - Part 1
-
Connect Xano to Wix?
Does anyone have experience connecting xano to wix? Your guidance is appreciated![Screen Shot 2022-09-21 at 2.41.56 AM.png]
-
Local Storage of Auth Tokens in Bubble
Not a question, but just posting this because there aren't good posts for this. The recommendation from the Xano team in connecting to Bubble is to use the Local Storage plugin that's available on the Bubble plugin marketplace. This typically works, but in testing, I've found to not be consistently reliable.…
-
Connect with MongoDB Atlas
What is the best way to connect Xano with MongoDB Atlas ? Currently, I'm trying to do this by Data API (https://www.mongodb.com/docs/atlas/api/data-api/) Maybe there is a better solution?
-
Connect Xano to a SQL Database
Is it possible to connect xano to a sql database? Everyday I want an API or function to run and get data from a SQL database and do things with that data. I want to know if it's possible to do this or is there another way?
-
searching a Xano database table with Bravo studio
How could I go about searching a xano database table with bravo studio?
-
Privacy settings on bubble to xano
Hi there ! i have +/- 2 years experience with bubble.io and right now, i'm looking to potentially work with xano for one of my bubble app. I cannot find any information for the privacy setting thing equivalent on xano. On bubble, you can set up on a privacy tab what data users can see according to their right we can set up…
-
Need some help -> Pinata.cloud - API to upload (pin) a file
I am trying to get a file upload to work for an API with pinata.cloud. The API enables you to upload an image to an IPFS node (messing around with some web3 APIs 😃). I am getting a 400 error with a message of "Invalid request format"). Any help would be greatly appreciated. I feel like I have just dumped a bunch of random…
-
Selecting the output from an API
I have a table of Users who create Orders I have table of Suppliers who fulfill Orders Orders table has two relationships - Users and Orders I have an API that filters all the orders by User (GET orders_of_user) and displays the Supplier record id rather than the Supplier Name. How to get the Output to return the content…
-
Xano Bubble Authentication login/logout status
Hi everyone, I am able to get Auth/Me token from Xano and display info from Xano user table in Bubble. However, the default bubble current user also has a "current user is logged out/logged in" functionality. How can I continue to have this functionality if I use Xano authentication? I tried to make change to current user,…
-
Connecting Password Reset Endpoints to Draftbit
Hi, I've already setup the password reset endpoints on my Xano account. And I have these three endpoints to connect with Draftbit.[Xano (3).png]For instance, the GET endpoint (/password_reset/request-link) is asking for the input of the email address[Xano (4).png]And hence, not returning any list/arrays. Which Draftbit…
-
magic token to auth token is not valid
I am running the magic link flow. From the magic link token, I convert it to auth token but that auth token is not valid. I can't call any API with that auth token. The auth token which I get in exchange for the magic token gives me the unauthorized error. Please help me
-
Xano - Outseta - Webflow.
Hello hello, I hope everyone is well!! I'm looking for help building an authentication system for a Webflow SaaS, using outseta and Xano. The product is a user dashboard to manage IT equipment purchases. So I need the essentials: Authenticate User Unique Dashboard Show users documentation Send notifications. Show purchased…
-
Can Xano output HTML to a HTMX powered frontend?
I'd like to use HTML, CSS and a library called HTMX for my frontend, while using Xano for my backend. HTMX is basically a way of sprinkling some interactivity / reactivity into your frontend without having to use a JavaScript frontend framework like React or Vue. It gives you access to AJAX, CSS Transitions, WebSockets and…
-
'Visible to API' vs hide in Function Stack
Hi guys re the following screenshots: [2.jpg]on and off. [3.jpg][1.jpg] I think I understand what they both are, but could you give a description of what they do and how I might make use of them. Thanks!