-
Flutterflow + Xano + Firebase security
Hi everyone! Recently started a FlutterFlow project, I'm using Xano as the backend, and Firebase for auth and notifications. I'm storing the phone number used during login as an app state variable, which I then use as the identifier to get that user's data from Xano. This method works well, but I'm not sure about the…
-
How to create new Xano and FlutterFlow users simultaneously?
Hey, I'm new to Xano and excited about implementing it as a backend for my platform. I've seen some video and documentation on authentication between Firebase and Xano, but nothing that quite directly speaks to my use case. I'm hoping some helpful users can guide me in the right direction. I have a FlutterFlow mobile app…
-
How to create user in Flutterflow/Firebase and Xano simultaneously.
Hey everyone, I'm excited to leverage Xano for my web app but I'm a bit uncertain on how to proceed with the conundrum outlined in my question. I want my users to only be able to sign up in FlutterFlow, but when they create their account, I want to credentials to be generated in my user table in Xano as well. So the same…
-
Sync Xano Database with Firebase
Im currently doing a POC on various NoCode builders and Databases. I really like Xano (not decided on FFlow or DBit yet, FFlow is edging it) My questions are: (lets presume the cost is not relevant) Can I sync a Xano Table to Firestore, this way I get the Xano for my Items, Reference and Documents tables? (will be around 1…
-
File Storage in Xano
Hi All! Im new here and I'm trying to figure out some features and solutions offered by xano. We've build app with the help of FlutterFlow, our current backend is Firebase but this is not the best solution for our app. It's OK for start and test but to scale the app we need better solution. We've looked in Supabase, but…
-
Flutterflow showing all data as "null"
Hi, building my first fullterflow app with xano. If I set all the fields in the database as "Nullable" = no, then I am getting all fields on the screen displayed as "null". If I set all the fields as "Nullable" = yes, I am getting an flutter error saying was expecting a string but got a null. Please advise how to sort…
-
How to trigger error text for textfield - FlutterFlow
Hello. I am trying to make the error text appear at a certain textfield on a button action. I am new to FlutterFlow, and I don't really understand when the error text even appears for the TextField. So all help would be accepted gratefully :)
-
Looking for an expert in connecting Xano to FlutterFlow and working with data in FF
Would love to pay for an hour’s work (or however long it takes) for someone who can live troubleshoot an issue on flutterflow with me and show/explain what i was doing wrong. I am trying to set up a reusable component and place it inside a list view and populated it with data using the listview backend query/generate…
-
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.
-
Looking to hire Xano / Flutterflow / Firebase Expert
Hi, We are looking to hire a Xano, Flutterflow, Firebase experienced developer to help us with the initial authentication so that we can store our users within Xano but utilise Firebase authentication to ensure that we can use push notifications services easily. We cannot have users registers in the flutterflow app, they…
-
🔐 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.
-
I have a problem with the firebase rules [flutterflow]
hello there im having a problem as the title says. Im developing an app which different users can upload information and it meant to be visible for all registred users. But when i try to see random info uploaded from one user as other, i cant see that info. Can anyone help me please? We can talk via discord if its necessary
-
How much could it cost me per month?
I'm developing an app with FlutterFlow that is about to be published since we have people waiting for it. At what point should my app be to have to move from Build to Launch and from Launch to Scale x1?(e.g. 10k, 20k, 50k active users. X reads and writes.) Thanks
-
Flutterflow users please support my post on Flutterflow forum
Hi all, I'm sure we have lots of Flutterflow users here. I created a post on Flutterflow's community asking Flutterflow to integrate with Xano as they do with Firebase and Supabase (including authentication) I believe Xano is a superior tool especially for people like me who do not know coding and Xano deserves to be…
-
Xano authentication not working with flutterflow
We've successfully added login api on flutterflow, but when we get all contact from a user, flutterflow kept giving 401 error code unauthorized. What are we missing ?
-
Creating tagging system in Flutterflow
Hello, I would like to create a tagging system in Flutterflow. For every item in the table there would be string tags to select from the list of custom tags created by the user. The user would be able to create, edit and delete the tags. It would be perfect to filter with any tag also. My idea was to do UI in a form of…
-
Tutorial: Image Upload in FlutterFlow
Hey, everyone! We've just published a new video showing how to upload images from FlutterFlow to your Xano database! I hope you find it helpful. A question for you more seasoned FlutterFlow users out there: has anyone been able to successfully upload multiple images at once via the same method? It doesn't seem like it is…