Good morning,
I encounter a problem in the development of my application.
I would like to migrate my current database to firebase.
Everything is fine with python scripts, records are added and are queryable, except for users.
I imported them as for the other tables:
firebase auth settings
But when I want to ask about this collection from the application, only registered users from the application come out (3 users while the collection contains 5000+).
Do you have an idea on how to migrate users coming from another infrastructure to firebase auth and flutterflow?
Even if it involves resetting the passwords of all users.
Thanks in advance