🎒 Download the Asset Bundle: assets.notjust.dev/whatsapp 📚 Enroll in "The Full-stack Mobile Developer" and become a 6-figure dev in 2021: academy.notjust.dev/
Vad this is so great, man. I recently started using Amplify for my serverless backend with RN apps and i'm been checking out graphQL. I was trying to teach myself graphQL based on the AWS example chat app and its not nearly as helpful as this video. Your explanation of the schema and connections will really help others too because its hard to find good graphQL schemas online that really explain or work with AWS appsync. Thanks so much for making this video and keep up the good work!
Most of plugins are deprecated ! A bit difficult to follow,but still an extremly good quality content :) Strongly recommand this video to every fresh React dev
1:21:18 Can we named the table in format proj_table_name for easier filter / recognize when we developed multiple projects? Or the DynamoDB will auto filter them by project?
do have a branch that contains only FrontEnd?? i want to make backend by myself i dont like AWS amplify. another think... its full of error kind of unable to resolve './aws-exports.js'
I currently fixed this issue for myself. I am in VSCODE you need to rename src/aws-exports.js to src/aws-export.ts. then go into the .gitignore and change it to .ts there too. here is a post on github github.com/aws-amplify/amplify-js/issues/222
Hi Vadim, first of all, thank you very much for all of this!!! I have a question, did you know that there is a 100 subscriptions limit using Appsync from every client? A few users on your app would make it crash, because you can't subscribe to conversations. Did you think about it? do you have a solution for this? We are creating a chat service for our app and we just realized this, any suggestions or help would be much appreciated :) thank you very much.
Hello, thanks so much for this tutorial, but I have a question, is it possible to add online functionality and when a user is typing? looking forward to your answer
Hey Vad just wondering, how can we be able to run the app per environment? Can we use react-native-config and define there the things needed like the graphql endpoint, region, etc so we can still run the app and choose whether to build it in dev, staging, or prod?
Hi Vadim, thanks for this tutorial. I have an error about Aws amplify. Is this service free for using? I am from Afghanistan, we don't have any online banking account. I got an error about subscription, please reply
You need a valid credit card when registering on AWS, though most services on aws have a free tier which is more than enough for testing the app while in development
please help me, i really want to use AWS Amplify for my existing application, it's in laravel now but want to try GraphQL and Amplify, but i don't know how can i implement queues, like in laravel it is super easy to use, My app is kind of Quizzing app where user join a quiz and submit it, and after a while ranking is calculated based on their score, so as soon as user join a quiz I want to notify them when quiz start, also when results are declare i want to notify them also, currently what i am doing is when any quiz is created, i add queues based on expiry, let say current time is 1:00 PM and quiz start at 5:00 PM, when quiz is created i add queue that will trigger on 5:00 PM to notify users to start quiz and also one more queue right after 15 minutes when results are declare
The queues on AWS are implemented in the AWS SQS service, check it out. I integrated the laravel queues system with the SQS. The only downside is that SQS support delayed events for app to 24 hours (if I am not mistaken)
Hi Vadim, great tutorials so far. I completed the frontend now I'm starting here on the backend. I had a question. So after I ran amplify api and set that up, I ran amplify push. It was all going well then I got an error. It popped up at 46:28, I never received a GraphQL endpoint: EROFS: read-only file system, mkdir '/graphql' An error occurred during the push operation: EROFS: read-only file system, mkdir '/graphql' I then ran sudo amplify push but then I got a new error: An error occurred during the push operation: EACCES: permission denied, unlink '/Users/mateonavarrette/Desktop/react-native-demo/WhatsAppClone/amplify/#current-cloud-backend/amplify-meta.json' I couldn't figure out how to get rid of these, so I just went to the next step which was amplify console api, and there doesn't seem to be anything wrong - as my screen looks like yours. Is this something I should still be concerned about? If anyone else has any idea too, please let me know. Thanks!
I see a few minutes later you reference the src directory to access the queries.ts file. Looks like I didn't generate one because of my first error. If anyone has any tips let me know!
error coming on UserChatRoom Failed to retrieve 35 record(s) 9 failed with the error: Field user cannot be set to null since its a required field. 35 failed with the error: Field chatRoom cannot be set to null since its a required field. What to do?
Can we detect online/offline status of a user from AWS Appsync. Because i tried to update a field to offline when the user goes offline. But i did not work since when i go offline my API will fail to update
Is there no package for parsing form data like it is in react which is formidable? Like uploading the profile picture from the front end into the backend instead of using image dummy data
Hi Vadim! Have been watching your content. it's super cool :D I have a qn. i want to add total number of unread messages by user for each chat (group chat too) and i am wondering how to go about doing it. Would appreciate any guidance. thanks :D
That means that you are sending a undefined value to the ID. I can guess that it fails to create a chatRoom, and when you are trying to access the id of the chatRoom it gives undefined. Try to console log the result you receive from creating a new chatRoom
@@notjustdev It gives me error first time i tried like your code. But when i use your repo code it worked createChatRoom, { input: { lastMessageID: " zz....16" } }
Hey Vadim, hope you aredoing good. I am stuck in the backend, I am trying to push the User model but getting this error "EACCES: permission denied, open '../../../../../graphql/schema.json'". Please help out
Very very disappointed. You used AWS and I don't have any card so I couldn't complete the sign up process. I wasn't able to follow along the series any longer. You should have used firebase for this. I followed your frontend video with much hope that I would be able to deploy a fully working react - native application. But now all i am left with is a useless mere ui/ux. Not expected.. very disappointed
Sorry to hear that. I am using the technologies that I love and I believe will bring you value in the market. I can recommend you some good tutorials using Firebase. There is a ton out there
🎒 Download the Asset Bundle: assets.notjust.dev/whatsapp
📚 Enroll in "The Full-stack Mobile Developer" and become a 6-figure dev in 2021: academy.notjust.dev/
file doent support
This lesson is harder than first video, but it still very interesting! Thank you!
Thanks
Vad this is so great, man. I recently started using Amplify for my serverless backend with RN apps and i'm been checking out graphQL. I was trying to teach myself graphQL based on the AWS example chat app and its not nearly as helpful as this video. Your explanation of the schema and connections will really help others too because its hard to find good graphQL schemas online that really explain or work with AWS appsync. Thanks so much for making this video and keep up the good work!
I'm a newcomer to your channel. The content you've been putting out is truly amazing. So helpful while following it along. Kudos
Great tutorial, Vadim! This is the second that I follow, I am learning much here!
Glad it was helpful!
I'm a newcomer to your channel. The content you've been putting out is truly amazing.
Thank you, appreciate it! 🙌
hello, I am Mr. Sonam I'm a newcomer to your channel. and happy to be part of this group
Thanks and welcome!
Most of plugins are deprecated ! A bit difficult to follow,but still an extremly good quality content :) Strongly recommand this video to every fresh React dev
Everything moves so fast in our industry that a lot of the plugins have been updated/deprecated from that time. Check out some of the newest builds
You're the best Vadim :) , can you make tutorial on Uber Eats with Firebase BackEnd if its possible, I would greatly appreciate :)
Thanks for the suggestion
Thank you very much for this !!! You just got new subscribers 🙂🤗
Thanks
You have to use graphql via appsync and how to over come limit when the record are growing too many.
I love your all videos but i am not able to find your video call app. Can you please share the link of that playlist or video ?
Thank you so much 🥰
could you pls share your experience how to make a video call with AWS? Thank you
1:21:18 Can we named the table in format proj_table_name for easier filter / recognize when we developed multiple projects? Or the DynamoDB will auto filter them by project?
And I can't see qureries.ts file in src folder.
Maybe I made mistake for amplify?
Can you explain the reason?
Make sure that when asked "do you want to autogenerate code for amplify queries" you answer yes
@@notjustdev Thanks for your response.
I will check it soon.
do have a branch that contains only FrontEnd?? i want to make backend by myself i dont like AWS amplify.
another think... its full of error kind of unable to resolve './aws-exports.js'
it's almost weekend wonder which new tutorial is coming :)
Wow these tutorial is so interesting, well explained 🎉
Thank you! Cheers!
Hi Vad! I was wondering if you have a github example that is a AWS react Native/Expo that use microservices?
How to import a dynamic mutation and let the value entered get stored in the database?
Unable to resolve "./aws-exports" from "App.tsx" I am facing this issue please help
I currently fixed this issue for myself. I am in VSCODE you need to rename src/aws-exports.js to src/aws-export.ts. then go into the .gitignore and change it to .ts there too. here is a post on github github.com/aws-amplify/amplify-js/issues/222
Really useful video!!!
I have one question.
Can I customize SignUp and Signin screen? for example, I want to add more information in siginUp screen.
Yes you can design them on your own, and call the signIn method that you can import from 'aws-amplify'
Hi Vadim, first of all, thank you very much for all of this!!! I have a question, did you know that there is a 100 subscriptions limit using Appsync from every client? A few users on your app would make it crash, because you can't subscribe to conversations. Did you think about it? do you have a solution for this? We are creating a chat service for our app and we just realized this, any suggestions or help would be much appreciated :) thank you very much.
Hello, thanks so much for this tutorial, but I have a question, is it possible to add online functionality and when a user is typing? looking forward to your answer
It would be possible to do it using state, as you provide a hook for the UI to know when to re-render your component. Give it a google search 😄
Great Work, congratulations!
thanks buddy
You are amazing bro! Great content
Thanks
Please what screen recording app did u use to achieve this. Or which can you recommend please?
OBS
Hey bro best react native tutorial on youtube and can you please continue with the Instagram app.
Hey Vad just wondering, how can we be able to run the app per environment? Can we use react-native-config and define there the things needed like the graphql endpoint, region, etc so we can still run the app and choose whether to build it in dev, staging, or prod?
kindly help me bro, did expo supports video call,if supports can you provide any example for that
Hi Vadim, thanks for this tutorial. I have an error about Aws amplify. Is this service free for using?
I am from Afghanistan, we don't have any online banking account.
I got an error about subscription, please reply
You need a valid credit card when registering on AWS, though most services on aws have a free tier which is more than enough for testing the app while in development
@@notjustdev
OK. Thanks a lot 🙏
pls make one tutorial on Uber EATS - live location tracking of driver with map
Thanks, I will take it into consideration
please help me, i really want to use AWS Amplify for my existing application, it's in laravel now but want to try GraphQL and Amplify, but i don't know how can i implement queues, like in laravel it is super easy to use, My app is kind of Quizzing app where user join a quiz and submit it, and after a while ranking is calculated based on their score, so as soon as user join a quiz I want to notify them when quiz start, also when results are declare i want to notify them also, currently what i am doing is when any quiz is created, i add queues based on expiry, let say current time is 1:00 PM and quiz start at 5:00 PM, when quiz is created i add queue that will trigger on 5:00 PM to notify users to start quiz and also one more queue right after 15 minutes when results are declare
The queues on AWS are implemented in the AWS SQS service, check it out. I integrated the laravel queues system with the SQS. The only downside is that SQS support delayed events for app to 24 hours (if I am not mistaken)
Is there an updated graphql schema for this one?
Hi Vadim, great tutorials so far. I completed the frontend now I'm starting here on the backend.
I had a question. So after I ran amplify api and set that up, I ran amplify push. It was all going well then I got an error. It popped up at 46:28, I never received a GraphQL endpoint:
EROFS: read-only file system, mkdir '/graphql' An error occurred during the push operation: EROFS: read-only file system, mkdir '/graphql'
I then ran sudo amplify push but then I got a new error:
An error occurred during the push operation: EACCES: permission denied, unlink '/Users/mateonavarrette/Desktop/react-native-demo/WhatsAppClone/amplify/#current-cloud-backend/amplify-meta.json'
I couldn't figure out how to get rid of these, so I just went to the next step which was amplify console api, and there doesn't seem to be anything wrong - as my screen looks like yours. Is this something I should still be concerned about? If anyone else has any idea too, please let me know. Thanks!
I see a few minutes later you reference the src directory to access the queries.ts file. Looks like I didn't generate one because of my first error. If anyone has any tips let me know!
error coming on UserChatRoom
Failed to retrieve 35 record(s)
9 failed with the error: Field user cannot be set to null since its a required field.
35 failed with the error: Field chatRoom cannot be set to null since its a required field.
What to do?
Can we detect online/offline status of a user from AWS Appsync. Because i tried to update a field to offline when the user goes offline. But i did not work since when i go offline my API will fail to update
Nice contents and a lot of useful infos;It would be helpful if you provide timelines;
Hey, thanks a lot for support. I will take some time and add timestamps to the videos
help me! it running normal but have warning: WARN Possible Unhandled Promise Rejection (id: 0):
Error: No credentials, applicationId or region
Is there no package for parsing form data like it is in react which is formidable? Like uploading the profile picture from the front end into the backend instead of using image dummy data
I could have implemented that, but for the sake of simplicity, I decided to go with dummy data images
How do I do that?. Am interested.
thanks so much for this tutorial
You are welcome!
Editou onde? Ficou muito bom
Can u make more functonalities like upload image, video
[1:23:14] How to remove "back" in navigation?
({
headerLeftLabelVisible: false
})}
>
2:02
3:17 การทำคว 5:21 5:21 5:21 ามสะอาดง่ายและสะดวกสบาย
😂🎉😢😅😊😊
You're the best
you are
can you please update graphql schema
Hi Vadim! Have been watching your content. it's super cool :D
I have a qn. i want to add total number of unread messages by user for each chat (group chat too) and i am wondering how to go about doing it.
Would appreciate any guidance. thanks :D
Does the app also have a web interface?
Cool! Could use something like easybase.io too
*Headsup* things really start to turn after 1:38:00 when we work on schema! LOL!
Is it possible for a malicious user modify the app to read other people’s messages?
Is there any platflorm where i can ask doubts to you and you can reply me faster like slack
Join our discord channel. Link in the description of the video
@@notjustdev thanks
Does it have audio message and notifications
But why dont have component CALL ??????????????????????????
Could we have a tutorial with App Engine?
How can we implement the group messages?
Hi.. Have you completed this?
bro i am trying to resolve the duplicate chatroom but still i don't have solution pls suggest me how can i solve it please help me....
hey, have you resolved this already? I am also curious how to handle duplicate chatroom
Is there no need for package like socket.io?
nope. we are using graphql subscriptions for that
you are super humen dude
educative
Hello, in ContactListItem the input of newChatRoomData is giving error "variable input has coerced Null value for NonNull tyoe ID!"
That means that you are sending a undefined value to the ID. I can guess that it fails to create a chatRoom, and when you are trying to access the id of the chatRoom it gives undefined. Try to console log the result you receive from creating a new chatRoom
@@notjustdev but in your code you also did the same thing, left the input blank. I really don't understand why it's not working here.
@@sourabpramanik996 You might have done a type. Just console log and you will see
@@notjustdev It gives me error first time i tried like your code. But when i use your repo code it worked
createChatRoom, {
input: {
lastMessageID: " zz....16"
}
}
Hey Vadim, hope you aredoing good. I am stuck in the backend, I am trying to push the User model but getting this error "EACCES: permission denied, open '../../../../../graphql/schema.json'". Please help out
Try sudo amplify push. It will resolve the issue
@@shashankpandey9978 I tried but not working
Is the app completed?
Nice
Good
Are you just teaching us,or the app is has functionalities
Please make a video on sending images and documents in whatsapp clone
Hi... Have you completed this tutorial?
2:11:10
heloo
1
Not screen call?????????????????????????????
fk
51.13
audio is awful on this video... boomy, far away..
Agree. It was some time ago, now I bought a better mic
Very very disappointed. You used AWS and I don't have any card so I couldn't complete the sign up process. I wasn't able to follow along the series any longer. You should have used firebase for this. I followed your frontend video with much hope that I would be able to deploy a fully working react - native application. But now all i am left with is a useless mere ui/ux. Not expected.. very disappointed
Sorry to hear that. I am using the technologies that I love and I believe will bring you value in the market. I can recommend you some good tutorials using Firebase. There is a ton out there
react native is obsolete, it is very bad investment, learn flutter or people who learning flutter will joke and kid with you in 2 years xD xD
The onerous gong gratifyingly risk because insect immunophenotypically bare an a thinkable liquor. like, glistening glorious harmony