I have used the migrations feature but it is not working. Please let me know what to do.
no document is imported too
Where are you getting this?
meaning?
I mean, at what phase of the migration?
how to know what phase..i am using cloud. Could u please guide me on that?
"Error occurred while pushing 'databases:20230805' to destination with message: 'Invalid document structure: Unknown attribute: +919025210310'",
What steps did you have followed until getting the error
these three error messages are main
Here there are 4 steps, in what step did you got the error?
Step 3 sir
Looks like you have an email that is not an email?
Do you have an attribute that is a phone?
none of my users have email as they are authenticated by phone
Oh, I see. What's your Appwrite project ID?
check dm
OK
Regarding this error, how does your firebase firestore documents unique ID look like?
one of the collection has document ids in YYYYMMDD format
Does them start with an special character or contain them?
like 20240715
no sir
cc @Bradley Schofield Looks like for some reason appwrite is trying to use phone numbers as email while migrating from firebase π€
inside each document..it has key value pair with key being the mobile number with country code (eg +91XXX) and value being a map <String,bool>
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...