Building a Real-time messaging app with Flutter and AWS Amplify Part 1

preview_player
Показать описание
In this series we will be building a real-time messaging app with Flutter and AWS Amplify, this will be a chat app with multiple chat rooms for recent popular movies.

#Flutter #Development #AWS
Рекомендации по теме
Комментарии
Автор

I do not know how to use the MovieApi, wich URL should i put in the field url: 'apiKey' ?

vitorpmh
Автор

Thanks for the tutorial. But I could not run the index.js file. Having this error.

node .\index.js

throw err;
^
Error: Cannot find module '..../backend/.index.js'
at
at Function.Module._load
at [as runMain]
at {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Could you please help me?

ZM-sytr
Автор

thank you, but how to send images at the same time?

free_intertaining
Автор

Great, You solved my problem Thank you so much

mudassarmaqbool
Автор

thanks for the awesome tutorial.
This is the code to get all the messages belongs to a movieID
return Amplify.DataStore.observeQuery(Message.classType, where: Message.MOVIEID.eq(movieId));


How efficient is this code if you have 10k movies and millions of messages in the DB?

GopakumarS