I have a Flutter mobile app that is run with an Amplify app as the backend. This app has users that have been created through the project (via the 'User Management' section). It also has other models.
I successfully used that app's backend in a Flutter webapp project that is also an Amplify app (but includes a front end that's hosted in Amplify), but I'm unable to use the same the User pool.
Can this be done? And if so, how?
Thanks!