Hi! I've followed the migration guide to a tee, I've tried two different service accounts. One with full admin role and one with the permissions listed in the guide.
https://appwrite.io/docs/advanced/migrations/firebase#create-api-key
The importer seemed to complete when importing the database but it doesn't work with storage buckets or users.
Errors:
"errors": [ "UtopiaMigrationResourcesAuthUser::__construct(): Argument #11 ($disabled) must be of type bool, null given, called in /usr/src/code/vendor/utopia-php/migration/src/Migration/Sources/Firebase.php on line 217" ]
Any chance you know the payload for what a user from firebase is?
I'll add a isNull check here, We always expect google to send us the 'disabled' field but it appears in your case they are not
Now I'm just concerned if there are any other fields they sometimes don't send 🤔
Are you importing into Appwrite cloud?
Yesterday I tried importing it through a self hosted instance of Appwrite on DigitalOcean one click droplet
I have since tried to reimplement the database from scratch.
@elnur is this your issue? https://github.com/appwrite/appwrite/issues/7052
Recommended threads
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...