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 security aspect of it. Could sensitive user data be compromised during the API calls? The app state variable on Flutterflow is encrypted but the Xano endpoint is public. I'd appreciate any help and insights on this.