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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...