Let's go, I have 2 projects in Flutterflow, one main and another for a landing page that I want to make. You access this landing page when you scan a QRCODE and this QRCODE contains the link to this landing page project + the ID of the user who provided the Link.
and when the client registers on this landing page, in the firebase database, it appears that the userId (the person who provided this QR code) appears as a client of this user who provided this link in the database
and the error I'm facing is that Flutter doesn't understand how to get this value from the URL, for example
https://appluzlandingpage.flutterflow.app?credenciadorid=TW31HHNSJ341
in this example, the credenciadorid is a parameter that I want to pass to the landing page project so that when the client saves it in the database, it already knows who this accreditor is (the person who provided the QR code).
when I scan it, the screens that I configured correctly appear, but when I click on next, it has no function at all, so I tried to filter users to know WHO it is getting the ID value from
but it is still completely bugged and does not leave the self-registration screen (landing page)
I was thinking about adding these pages to the same primary project to pass more data, but maybe I'll do it now and I wanted to know your opinion.
Create a Landing Page in another Flutterflow project linked to the main one
Actions & Logic
I tried to do it normally by passing the value to a parameter and then saving it in the database, I thought about filtering to find out who the user is who provided the QRCODE and I tried using custom functions where it also didn't work.
No
1