Database Migration, Json Firebase, SQL ,Python, Django, GraphQL -- 3

Job ID: 30793157

Budget: $50 – $200 USD

REMARK: AVOID FAKE BID! check PROJECT details below:

Database Migration Expert Needed,
we have a ".json" of firebase database
you will have to make that ".json" file compitable for the new database schema and then save those .json files into new database.

2/ AND THEN :Setup and fix Api below:
setup and fix Api below:
1. Getting this error many times in some apis like Delete Profile:{
"errors": [
{
"message": "set_wakeup_fd only works in main thread of the main interpreter"
}
],
"data": {
"deleteProfile": null
}
}



2. in all apis the developer is asking for username as param. But make it userId (uid) as username is not unique.
3. Fix First Google Auth Api for Android
4. Add Purchase Coins Api (Where we will input Purchase Method, User Id, Coins, Money)
5. Create PayPal Api so that PayPal payment method works
6. Fix Default Pickers Api. that is incomplete. You can check it from the Firebase Json.
7. in the Default Pickers for all objects Make Value like this:
Make it like this for all things of Default Pickers: Example:
"tags": [
{
"id": 1,
"value": "nature lover"
"value_FR": "pet friendly translation here"
},
{
"id": 2,
"value": "pet friendly"
"value_FR": "pet friendly translation here"
},


8. In UserType Model of the database, remove firstName and lastName field and create Only One Field fullName
9. Block User Api is not working and it is broken and incomplete
10. Search Function is broken
11. Fix Deduct Coins Api - Method Name (it will be two methods for now) "MESSAGE", "IMAGE_MESSAGE"
check and configure admin PANEL
Related categories: Python SQL Django JSON GraphQL